summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-01-08 18:25:16 +0800
committerUniversebenzene2019-01-08 18:25:16 +0800
commit101e6475792e4cbba649d217497cfbfc5db02b0e (patch)
treecf67288714b6995f420972bf1de35252d9d023a0 /PKGBUILD
parent098f66701b4fc535347782d3e20cb65df49b166d (diff)
downloadaur-101e6475792e4cbba649d217497cfbfc5db02b0e.tar.gz
Correct makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3558ed22c90..7b77087f90c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A python package that allows you to download PADOVA isochrones directly
arch=('i686' 'x86_64')
url="https://github.com/mfouesneau/ezpadova"
license=('MIT')
-makedepends=('git' 'python' 'python2')
+makedepends=('git' 'python-setuptools' 'python2-setuptools')
checkdepends=('python-pytest' 'python2-pytest' 'python-astropy' 'python2-astropy')
source=("git+https://github.com/mfouesneau/ezpadova.git")
md5sums=('SKIP')