summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfitu9962017-12-14 17:25:03 +0800
committerfitu9962017-12-14 17:25:03 +0800
commitc48d4ae10737bccbe0e187ec0324db3e368e0fc6 (patch)
tree6f5498a303d153a34a532a529cd0f4fe3ab75bc1
parent4430d43b9866c5eabc5ee01f369f482a272a1bb7 (diff)
downloadaur-python-crate-git.tar.gz
Add missed deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e888e78feb58..4958f14e28da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python-crate-git
makedepends = python-setuptools
makedepends = git
depends = python
+ depends = python-urllib3
provides = python-crate=r547.d752d9d
conflicts = python-crate
source = python-crate::git+https://github.com/crate/crate-python
diff --git a/PKGBUILD b/PKGBUILD
index 5bacd78c8aa6..b2e920b99603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A Python client library for CrateDB."
arch=('any')
url="https://github.com/crate/crate-python"
license=('custom:APACHE')
-depends=('python')
+depends=('python' 'python-urllib3')
makedepends=('python-setuptools')
makedepends+=('git')