summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHusam Bilal2018-01-19 22:02:29 +0200
committerHusam Bilal2018-01-19 22:02:32 +0200
commit7ccf7c368cb348c65155b88ccbb9e56465b6a03c (patch)
tree3c5ac857d029c8641e0ecc524b4a8293117dd870
parent37c5c942069af2f12a967b846a12f1742bdf5069 (diff)
downloadaur-7ccf7c368cb348c65155b88ccbb9e56465b6a03c.tar.gz
Added missing build dependency python-setuptools.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60c1dca3bd30..aaec26f3b589 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-orderedmultidict
arch = any
license = custom:UNLICENSE
makedepends = python
+ makedepends = python-setuptools
depends = python
depends = python-six
source = https://pypi.python.org/packages/source/o/orderedmultidict/orderedmultidict-0.7.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 354f7b0774fb..4e456d20f03a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Ordered multivalue dictionary that retains method parity with dict."
url="https://github.com/gruns/orderedmultidict"
depends=('python' 'python-six')
-makedepends=('python')
+makedepends=('python' 'python-setuptools')
license=('custom:UNLICENSE')
arch=('any')
source=("https://pypi.python.org/packages/source/o/${_name}/${_name}-${pkgver}.tar.gz")