aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-13 02:11:07 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-13 02:11:40 +0000
commite96cff33cf6a42f0c9d015249bdb3baaba195a23 (patch)
treeaa5ba55a5a9f72fbe3b2a49fc5eb89906bf77ff9 /testing
parentb808ddcc0a23dc6e1b9326f1fbe335a076c70f6d (diff)
downloadaports-e96cff33cf6a42f0c9d015249bdb3baaba195a23.tar.bz2
aports-e96cff33cf6a42f0c9d015249bdb3baaba195a23.tar.xz
testing/py3-raet: fix build failure
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-raet/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-raet/APKBUILD b/testing/py3-raet/APKBUILD
index ba59c4dcb8..0a744f01e7 100644
--- a/testing/py3-raet/APKBUILD
+++ b/testing/py3-raet/APKBUILD
@@ -11,7 +11,7 @@ license="Apache-2.0"
replaces="py-raet" # for backwards compatibility
provides="py-raet=$pkgver-r$pkgrel" # for backwards compatibility
depends="py3-ioflo py3-libnacl py3-six python3"
-makedepends="py3-setuptools-git"
+makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver