diff options
Diffstat (limited to 'community/py3-prompt_toolkit-gns3/APKBUILD')
-rw-r--r-- | community/py3-prompt_toolkit-gns3/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-prompt_toolkit-gns3/APKBUILD b/community/py3-prompt_toolkit-gns3/APKBUILD index 431f132df3..8b89965d83 100644 --- a/community/py3-prompt_toolkit-gns3/APKBUILD +++ b/community/py3-prompt_toolkit-gns3/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-prompt_toolkit-gns3 _pkgname=prompt_toolkit pkgver=1.0.15 -pkgrel=1 +pkgrel=2 pkgdesc="Library for building powerful interactive command lines in Python - GNS3 compatible version" url="https://pypi.python.org/pypi/prompt_toolkit" arch="noarch" license="BSD" depends="py3-six py3-wcwidth python3" -makedepends="python3-dev" +makedepends="python3-dev py3-setuptools" conflict="py3-prompt_toolkit" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |