summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa888ad377d6..ab91e91bf769 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,10 @@ pkgbase = python-systemd-git
url = https://github.com/systemd/python-systemd
arch = any
license = GPL3
- depends = python systemd
+ makedepends = python-setuptools
+ depends = python
+ depends = python-lxml
+ depends = systemd
provides = python-systemd
source = python-systemd-git::git+https://github.com/systemd/python-systemd.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a2405c348c0d..5bfb7001879b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,10 @@ pkgrel=1
pkgdesc="Systemd python bindings"
arch=('any')
url="https://github.com/systemd/python-systemd"
-depends=('python systemd')
+depends=('python' 'python-lxml' 'systemd')
+makedepends=('python-setuptools')
provides=python-systemd
+confilcts=python-systemd
license=('GPL3')
arch=('any')
source=("${pkgname}"::"git+https://github.com/systemd/python-systemd.git")