diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-01-24 14:24:21 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-01-24 14:25:30 +0000 |
commit | 61c4d9c80fdc5fbde79b8de8f63da763c1c16bf2 (patch) | |
tree | 9d2552a051470393f9e7f8fad05fcd288d553a83 /main/py2-pip/APKBUILD | |
parent | 8b1cbc84fdb5d6dcba8b3e3e21af90506c8bfc2e (diff) | |
download | aports-61c4d9c80fdc5fbde79b8de8f63da763c1c16bf2.tar.bz2 aports-61c4d9c80fdc5fbde79b8de8f63da763c1c16bf2.tar.xz |
main/py2-pip: install when called py-pip - fixes #6627
Diffstat (limited to 'main/py2-pip/APKBUILD')
-rw-r--r-- | main/py2-pip/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py2-pip/APKBUILD b/main/py2-pip/APKBUILD index 4bbab17c28..8c95397d2f 100644 --- a/main/py2-pip/APKBUILD +++ b/main/py2-pip/APKBUILD @@ -4,12 +4,12 @@ pkgname=py2-pip _pkgname=pip pkgver=9.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="A tool for installing and managing Python packages" url="http://www.pip-installer.org" arch="noarch" license="MIT" -provides="py-pip" +provides="py-pip=$pkgver-r$pkgrel" replaces="py-pip" depends="python2 py-setuptools" makedepends="python2-dev py-setuptools" |