Skip to content
Snippets Groups Projects
Commit 61c4d9c8 authored by Leonardo Arena's avatar Leonardo Arena
Browse files

main/py2-pip: install when called py-pip - fixes #6627

parent 8b1cbc84
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
pkgname=py2-pip pkgname=py2-pip
_pkgname=pip _pkgname=pip
pkgver=9.0.1 pkgver=9.0.1
pkgrel=0 pkgrel=1
pkgdesc="A tool for installing and managing Python packages" pkgdesc="A tool for installing and managing Python packages"
url="http://www.pip-installer.org" url="http://www.pip-installer.org"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
provides="py-pip" provides="py-pip=$pkgver-r$pkgrel"
replaces="py-pip" replaces="py-pip"
depends="python2 py-setuptools" depends="python2 py-setuptools"
makedepends="python2-dev py-setuptools" makedepends="python2-dev py-setuptools"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment