summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2022-04-27 14:48:09 +0200
committerFabio Manganiello2022-04-27 14:48:09 +0200
commit07134a74e6b2fec2704f0aa966cb414f46ac6849 (patch)
tree6c61cbd622f0da958fd2deca6557b5f4aa6f6eeb
parent93c1c39cfcf5c75a0e96b963f47b6bce74ebb64e (diff)
downloadaur-07134a74e6b2fec2704f0aa966cb414f46ac6849.tar.gz
Added python-magic to required dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48fb8fe46031..31cc3f4e1444 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,6 +25,7 @@ pkgbase = platypush-git
depends = python-croniter
depends = python-marshmallow
depends = python-pytz
+ depends = python-magic
optdepends = python-paho-mqtt: MQTT integrations support
optdepends = python-pybluez: Bluetooth support
optdepends = python-gattlib: Low-energy Bluetooth devices support
diff --git a/PKGBUILD b/PKGBUILD
index 401bae50b12a..be28c8fd5773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
license=('MIT')
url="https://git.platypush.tech/platypush/platypush"
makedepends=('git')
-depends=('python' 'python-yaml' 'redis' 'python-redis' 'python-requests' 'python-sqlalchemy' 'python-websockets' 'python-websocket-client' 'python-wheel' 'python-flask' 'python-pip' 'python-dateutil' 'python-frozendict' 'python-bcrypt' 'python-zeroconf' 'python-pyjwt' 'python-croniter' 'python-marshmallow' 'python-pytz')
+depends=('python' 'python-yaml' 'redis' 'python-redis' 'python-requests' 'python-sqlalchemy' 'python-websockets' 'python-websocket-client' 'python-wheel' 'python-flask' 'python-pip' 'python-dateutil' 'python-frozendict' 'python-bcrypt' 'python-zeroconf' 'python-pyjwt' 'python-croniter' 'python-marshmallow' 'python-pytz' 'python-magic')
optdepends=('python-paho-mqtt: MQTT integrations support'
'python-pybluez: Bluetooth support'
'python-gattlib: Low-energy Bluetooth devices support'