summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-05-13 15:23:11 +0800
committerUniversebenzene2021-05-13 15:23:11 +0800
commita52b6f011d5f7ba41070adce561631be8b4a1217 (patch)
treea1dd8e306f6f4ddade5d0dfdbadc51c314bd56b2
parentad02cfa4eb4f2571ac2ded0f5e5f24f85dd20a49 (diff)
downloadaur-python2-emcee.tar.gz
Update to makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f2d6c08f948..c0018e4c2791 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = python2-emcee
url = http://emcee.readthedocs.io/
arch = any
license = MIT
- makedepends = python2-setuptools
+ makedepends = python2-setuptools-scm
depends = python2-numpy
optdepends = python2-tqdm: For progress bars
optdepends = python2-h5py: For HDF5 backend
diff --git a/PKGBUILD b/PKGBUILD
index 167f77edede7..2fdd32cfda33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python2-numpy')
optdepends=('python2-tqdm: For progress bars'
'python2-h5py: For HDF5 backend')
-makedepends=('python2-setuptools')
+makedepends=('python2-setuptools-scm')
#checkdepends=('python2-pytest' 'python2-scipy' 'python2-h5py')
source=("https://files.pythonhosted.org/packages/source/e/emcee/emcee-${pkgver}.tar.gz")
md5sums=('24b3bea970457d3cd14d37c406df68d7')