summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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")