summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-01-24 02:37:18 +0800
committerlilac2019-01-24 02:37:18 +0800
commit94c3aa36b3d669d0600bd04e154703b6e13449fb (patch)
tree2d24462fe9dd93661f953d287ae21056d9d7cdbb
parenta7f845859c53500463ed4b32242fc1afb4abc47a (diff)
downloadaur-94c3aa36b3d669d0600bd04e154703b6e13449fb.tar.gz
update by lilac
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf2735ed5410..3645eae7cc71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-statsd
arch = any
license = MIT
depends = python
+ depends = python-setuptools
source = https://files.pythonhosted.org/packages/source/s/statsd/statsd-3.3.0.tar.gz
md5sums = b397ccf880f37cf099e775907ebf7a46
diff --git a/PKGBUILD b/PKGBUILD
index a9bf97cd716c..ead86a74f412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A simple statsd client."
arch=('any')
url="https://github.com/jsocol/pystatsd"
license=('MIT')
-depends=('python')
+depends=('python' 'python-setuptools')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_pkgname}-${pkgver}.tar.gz")
md5sums=('b397ccf880f37cf099e775907ebf7a46')