summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e8e3b45154d..100373e90e4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,7 @@ pkgbase = domoticz
depends = boost-libs
depends = lua
depends = mosquitto
+ depends = python
source = https://github.com/domoticz/domoticz/archive/2020.1.tar.gz
source = domoticz.service
md5sums = 00ea7ab5c3f6de94fe590b8cf99a7e1f
diff --git a/PKGBUILD b/PKGBUILD
index e027657a57f9..ae1efc9941e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,8 @@ depends=('libusb-compat'
'sqlite'
'boost-libs'
'lua'
- 'mosquitto')
+ 'mosquitto'
+ 'python')
makedepends=('git'
'cmake'
'boost'