drop kerberos support for now
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 26 Mar 2023 02:12:14 +0000 (04:12 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 26 Mar 2023 02:12:14 +0000 (04:12 +0200)
Dockerfile
music_assistant/server/providers/filesystem_smb/manifest.json
requirements_all.txt

index 8ceb533f535a829336ba6ffb88678eae7cfd18d4..085a59ec287fcd5c38585b3082c94df2cddd538b 100644 (file)
@@ -17,9 +17,6 @@ RUN set -x \
     && apt-get install -y --no-install-recommends \
         build-essential \
         libffi-dev \
-        gcc \
-        krb5-devel \
-        krb5-workstation \
         cargo \
         git
 
index 065332b84021c9622092e3e3f0ded13900d470f6..29c068281085d372b3038d745c5abd510f73499c 100644 (file)
@@ -4,7 +4,7 @@
   "name": "Filesystem (remote share)",
   "description": "Support for music files that are present on remote SMB/CIFS or DFS share.",
   "codeowners": ["@music-assistant"],
-  "requirements": ["smbprotocol[kerberos]==1.10.1"],
+  "requirements": ["smbprotocol==1.10.1"],
   "documentation": "https://github.com/music-assistant/hass-music-assistant/discussions/820",
   "multi_instance": true,
   "icon": "mdi:mdi-network"
index f9f11615acace0b627a08a208486343ee59fcd23..22a75774555ff4079e95ac29a3579ead5986481e 100644 (file)
@@ -19,7 +19,7 @@ pillow==9.4.0
 PyChromecast==13.0.5
 python-slugify==8.0.1
 shortuuid==1.0.11
-smbprotocol[kerberos]==1.10.1
+smbprotocol==1.10.1
 soco==0.29.1
 unidecode==1.3.6
 xmltodict==0.13.0