summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11ace118b1be..e4d5554e9364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = python-systemd-git
license = GPL3
makedepends = python-setuptools
depends = python
- depends = python-lxml
depends = systemd
provides = python-systemd
conflicts = python-systemd
diff --git a/PKGBUILD b/PKGBUILD
index bd9e07fe6f4b..97f2bfdfb32a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Systemd python bindings"
arch=('any')
url="https://github.com/systemd/python-systemd"
-depends=('python' 'python-lxml' 'systemd')
+depends=('python' 'systemd')
makedepends=('python-setuptools')
provides=python-systemd
conflicts=python-systemd