summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-01-08 18:25:16 +0800
committerUniversebenzene2019-01-08 18:25:16 +0800
commit101e6475792e4cbba649d217497cfbfc5db02b0e (patch)
treecf67288714b6995f420972bf1de35252d9d023a0
parent098f66701b4fc535347782d3e20cb65df49b166d (diff)
downloadaur-101e6475792e4cbba649d217497cfbfc5db02b0e.tar.gz
Correct makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 231b24eacaab..fa62d5c443cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 28 02:27:10 UTC 2018
+# Tue Jan 8 10:24:21 UTC 2019
pkgbase = python-ezpadova-git
pkgdesc = A python package that allows you to download PADOVA isochrones directly from their website
pkgver = r59.1b71cd7
@@ -13,8 +13,8 @@ pkgbase = python-ezpadova-git
checkdepends = python-astropy
checkdepends = python2-astropy
makedepends = git
- makedepends = python
- makedepends = python2
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
source = git+https://github.com/mfouesneau/ezpadova.git
md5sums = SKIP
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')