summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')