aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralpine-mips-patches <info@mobile-stream.com>2019-05-15 15:27:09 +0000
committerLeo <thinkabit.ukim@gmail.com>2019-06-14 18:00:37 -0300
commitb576bc9fb61644824066b11c01a22dd08ebe8e77 (patch)
tree6dd9036b2a32ac21c29dce48267c319b1bd49d82
parent746e972767da85bcd73f67992fd4b1e188cd9bb4 (diff)
downloadaports-b576bc9fb61644824066b11c01a22dd08ebe8e77.tar.bz2
aports-b576bc9fb61644824066b11c01a22dd08ebe8e77.tar.xz
community/py-setuptools_scm: add git to checkdepends
Otherwise check() fails if git is not installed: testing/test_basic_api.py .s............ [ 11%] testing/test_config.py ..... [ 15%] testing/test_file_finder.py E.E.E.E.E.E.E.E.E.E.E.E.E.E.E. [ 39%] testing/test_functions.py ...................... [ 56%] testing/test_git.py ..EEEEEEEEEEFEEEEEE [ 72%] testing/test_main.py . [ 72%] testing/test_mercurial.py ............... [ 84%] testing/test_regressions.py F...s [ 88%] testing/test_setuptools_support.py ... [ 91%] testing/test_version.py ........... [100%]
-rw-r--r--community/py-setuptools_scm/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-setuptools_scm/APKBUILD b/community/py-setuptools_scm/APKBUILD
index d53651f95f..8c2133bac8 100644
--- a/community/py-setuptools_scm/APKBUILD
+++ b/community/py-setuptools_scm/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="the blessed package to manage your versions by scm tags"
url="https://github.com/pypa/setuptools_scm"
arch="noarch"
license="MIT"
-checkdepends="pytest py-pip mercurial"
+checkdepends="pytest py-pip git mercurial"
makedepends="py-setuptools py3-setuptools"
subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"