aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:20:01 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:20:01 +0000
commitf1fd8e4c1aab709cbf057fa4533b4475ac9c3933 (patch)
treef322e43d8bf0a8973e17dd9ac2f71acac2188871
parent7f4b8ea651838b758f35a0b4045c3940d94b430e (diff)
downloadaports-f1fd8e4c1aab709cbf057fa4533b4475ac9c3933.tar.bz2
aports-f1fd8e4c1aab709cbf057fa4533b4475ac9c3933.tar.xz
community/py3-async-timeout-gns3: fix FTBFS
-rw-r--r--community/py3-async-timeout-gns3/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-async-timeout-gns3/APKBUILD b/community/py3-async-timeout-gns3/APKBUILD
index 651117c705..30fc1094bc 100644
--- a/community/py3-async-timeout-gns3/APKBUILD
+++ b/community/py3-async-timeout-gns3/APKBUILD
@@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/async_timeout"
arch="noarch"
license="Apache-2.0"
depends="python3 !py3-async-timeout"
-makedepends="python3-dev"
+makedepends="python3-dev py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"