summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas K2016-12-24 10:07:17 +0100
committerThomas K2016-12-24 10:07:17 +0100
commite0a2e521e9187f72a12e31fcaec3e4252887ea02 (patch)
tree6fff98db7355c85095c7e471c355a2ebc9990cd9 /PKGBUILD
parente3d7de9212d64d08ae636ecbd7729e99437712bc (diff)
downloadaur-e0a2e521e9187f72a12e31fcaec3e4252887ea02.tar.gz
added python2-setuptools dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c18ad46ea117..9e4f3c57bb53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgdesc="Collection of Python libraries for simulating the irradiation of any po
arch=('x86_64')
depends=('python2'
'python2-numpy'
+ 'python2-setuptools'
'python2-pytz'
)
url='http://pysolar.org/'