diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 04:20:01 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 04:20:01 +0000 |
commit | f1fd8e4c1aab709cbf057fa4533b4475ac9c3933 (patch) | |
tree | f322e43d8bf0a8973e17dd9ac2f71acac2188871 | |
parent | 7f4b8ea651838b758f35a0b4045c3940d94b430e (diff) | |
download | aports-f1fd8e4c1aab709cbf057fa4533b4475ac9c3933.tar.gz aports-f1fd8e4c1aab709cbf057fa4533b4475ac9c3933.tar.bz2 aports-f1fd8e4c1aab709cbf057fa4533b4475ac9c3933.tar.xz |
community/py3-async-timeout-gns3: fix FTBFS
-rw-r--r-- | community/py3-async-timeout-gns3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-async-timeout-gns3/APKBUILD b/community/py3-async-timeout-gns3/APKBUILD index 651117c7051..30fc1094bcc 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" |