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 @@
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"
......
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