summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2015-09-13 01:06:45 +0200
committerSimon Hanna2015-09-13 01:06:45 +0200
commit0987642867bec910a19c8b53c61dd9afcf0120b7 (patch)
tree5ec152140ae9e4c7a5cb1192a1dbe440c50a0514
parentd26be96b961ea7baf4a4f38d7f3c8b05f6051f56 (diff)
downloadaur-0987642867bec910a19c8b53c61dd9afcf0120b7.tar.gz
Add makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6906879b8d6..4b792a6a03ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-openid
url = https://github.com/necaris/python3-openid
arch = any
license = APACHE
+ makedepends = python-setuptools
depends = python-defusedxml
options = !emptydirs
source = https://github.com/necaris/python3-openid/archive/v3.0.6.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ae8697b1274c..f9aa57739a2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=(any)
url="https://github.com/necaris/python3-openid"
license=('APACHE')
options=(!emptydirs)
+makedepends=('python-setuptools')
depends=('python-defusedxml')
source=("https://github.com/necaris/python3-openid/archive/v${pkgver}.tar.gz")
sha256sums=('758e67fe097b021ced3148c1b790cfe8437db89c6cc8ade471aaadfcb9d205ab')