aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-05-02 07:14:11 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-05-02 07:14:11 +0000
commitcd23896725063228335961473b43b978158bd12a (patch)
treedd15d889e4a24365c4eb094af62bcf1ed5a30943 /community
parent32c57950e5d07cb89c2659be919478f9597eb5b0 (diff)
downloadaports-cd23896725063228335961473b43b978158bd12a.tar.bz2
aports-cd23896725063228335961473b43b978158bd12a.tar.xz
community/py3-setuptoools_scm: add py3-pip makedepend
Diffstat (limited to 'community')
-rw-r--r--[-rwxr-xr-x]community/py3-setuptools_scm/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-setuptools_scm/APKBUILD b/community/py3-setuptools_scm/APKBUILD
index c9caf6efd8..7f9532b933 100755..100644
--- a/community/py3-setuptools_scm/APKBUILD
+++ b/community/py3-setuptools_scm/APKBUILD
@@ -9,7 +9,7 @@ url="https://github.com/pypa/setuptools_scm"
arch="noarch"
license="MIT"
depends="python3"
-makedepends="py3-setuptools"
+makedepends="py3-setuptools py3-pip"
checkdepends="py3-pytest git mercurial py3-toml"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver