summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Baker2016-08-25 11:04:36 -0700
committerDylan Baker2016-08-25 11:04:36 -0700
commitc226b9bf0ff4fe437d8fddfe46e1b43e983b43ca (patch)
tree964707438f484580663762338d8ed08b822c6699
parent454c96856b26c73669315869f89330784f019f35 (diff)
downloadaur-c226b9bf0ff4fe437d8fddfe46e1b43e983b43ca.tar.gz
PKGBUILD: fix dependencies
python is not a required depends, but python-setuptools is a makedepends
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1abe616091bf..972d437d5cc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="A Python module for writing JSON as a stream"
arch=('any')
url="https://github.com/dcbaker/jsonstreams"
license=('MIT')
-depends=('python')
+depends=()
+makedepends=('python-setuptools')
optdepends=('python-simplejson')
options=(!emptydirs)
source=('https://pypi.python.org/packages/b6/4e/fc68910cc9b72bca0f9ee8d8cdc7d3ef55c03ab62b2dfb9338d74639f11c/jsonstreams-0.3.1.tar.gz'