diff options
Diffstat (limited to 'main/py-roman/APKBUILD')
-rw-r--r-- | main/py-roman/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-roman/APKBUILD b/main/py-roman/APKBUILD index 9c088a17d1..a55df70335 100644 --- a/main/py-roman/APKBUILD +++ b/main/py-roman/APKBUILD @@ -9,7 +9,7 @@ url="http://pypi.python.org/pypi/roman" arch="noarch" license="Python" depends="python" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" |