summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-01-01 21:44:04 -0500
committerGuillaume Horel2021-01-01 21:44:04 -0500
commitf77661cebe2e9519dc623ecd0f81b351726e85c5 (patch)
tree6013c77218db743ad9b387f9a47aed2736b7f272
parent59129de55d9995c800d6f091ddbb8ea7bf0a25d6 (diff)
downloadaur-f77661cebe2e9519dc623ecd0f81b351726e85c5.tar.gz
fix dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed5b282b1733..cac13a95d5fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = python-xmldiff
arch = any
license = BSD
makedepends = python-setuptools
- depends = python
+ depends = python-lxml
source = https://pypi.org/packages/source/x/xmldiff/xmldiff-2.4.tar.gz
sha256sums = 05bea20ce1f2c9678683bcce0c3ba9981f87d92b709d190e018bcbf047eccf63
diff --git a/PKGBUILD b/PKGBUILD
index c2c562a25bba..87f8878a6925 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A libray and command line utility for diffing xml"
url="https://xmldiff.readthedocs.io"
checkdepends=()
-depends=('python')
+depends=('python-lxml')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')