summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-11-29 10:12:51 +0100
committerMichel Zou2019-11-29 10:12:51 +0100
commite0eba62e999b04ec6eb2e5c0dd775871c3d30a84 (patch)
tree4f1d3ab4532ea154d7ccfa75c8fe954276218e8f
parent8afdf1be3fd56484f898ebbe045704b4dc43604b (diff)
downloadaur-e0eba62e999b04ec6eb2e5c0dd775871c3d30a84.tar.gz
jsonschema
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d316fb12cffe..ff3799f37d5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = python-configurationutil
arch = any
license = custom:PSF
makedepends = python-setuptools
- depends = python
+ depends = python-jsonschema
source = https://pypi.io/packages/source/c/configurationutil/configurationutil-3.7.2.tar.gz
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ce888cbc5cec..8e2a53554c85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=(any)
url="https://bitbucket.org/daycoder/configurationutil"
license=('custom:PSF')
makedepends=('python-setuptools')
-depends=('python')
+depends=('python-jsonschema')
source=("https://pypi.io/packages/source/c/configurationutil/configurationutil-$pkgver.tar.gz")
sha512sums=('SKIP')