diff options
Diffstat (limited to 'testing/py-prompt_toolkit/APKBUILD')
-rw-r--r-- | testing/py-prompt_toolkit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-prompt_toolkit/APKBUILD b/testing/py-prompt_toolkit/APKBUILD index a3a1b6d4f3..055a51f168 100644 --- a/testing/py-prompt_toolkit/APKBUILD +++ b/testing/py-prompt_toolkit/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Library for building powerful interactive command lines in Python" url="https://pypi.python.org/pypi/prompt_toolkit" arch="noarch" license="BSD" -depends="python py-six py-wcwidth" +depends="python2 py-six py-wcwidth" makedepends="python2-dev py-setuptools" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |