diff options
Diffstat (limited to 'user/py3-roman')
-rw-r--r-- | user/py3-roman/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/py3-roman/APKBUILD b/user/py3-roman/APKBUILD index ce00a3785..cdf338ae3 100644 --- a/user/py3-roman/APKBUILD +++ b/user/py3-roman/APKBUILD @@ -9,7 +9,7 @@ url="http://pypi.python.org/pypi/roman" arch="noarch" license="Python-2.1.1" # not SPDX depends="python3" -makedepends="python3-dev py3-setuptools unzip" +makedepends="python3-dev unzip" checkdepends="py3-tox" source="$pkgname-$pkgver.zip::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip py36.patch" |