summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2022-04-27 14:49:04 +0200
committerFabio Manganiello2022-04-27 14:49:04 +0200
commit4eacbb1a472667b2932432fc4ce05401e6bdb3a0 (patch)
tree1813191600cde2ce30823b0e8a8551cd2ce06c1c
parent4c4c270703eb961e1ab667f0e0a491d0933bffc0 (diff)
downloadaur-4eacbb1a472667b2932432fc4ce05401e6bdb3a0.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 fd61a96fc025..410fe77465c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,6 +24,7 @@ pkgbase = platypush
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 b338dc2b6d88..3b828433597d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
url="https://git.platypush.tech/platypush/platypush"
-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'