summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Görtz2015-08-05 21:37:16 +0200
committerAlexander Görtz2015-08-05 21:37:16 +0200
commit5fbbac9e4324de8bb2797a6cfe5631bce35a8eb7 (patch)
treee746ca20af0d9e05b4974659535f53052e473af5
parent2e5996941e4a8a2557bbb9ecb94e9553b7a42298 (diff)
downloadaur-5fbbac9e4324de8bb2797a6cfe5631bce35a8eb7.tar.gz
Remove not needed dependency
-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