mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-29 02:28:21 +00:00
python-pip: upgrade 1.5.6 -> 7.1.0
Version numbers are now simply "X.Y" where the leading "1" has been dropped. Reference: https://github.com/pypa/pip/blob/develop/CHANGES.txt Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
15
meta-python/recipes-devtools/python/python-pip_7.1.0.bb
Normal file
15
meta-python/recipes-devtools/python/python-pip_7.1.0.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "PIP is a tool for installing and managing Python packages"
|
||||
LICENSE = "MIT & LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=45665b53032c02b35e29ddab8e61fa91"
|
||||
|
||||
SRC_URI = "https://pypi.python.org/packages/source/p/pip/pip-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "d935ee9146074b1d3f26c5f0acfd120e"
|
||||
SRC_URI[sha256sum] = "d5275ba3221182a5dd1b6bcfbfc5ec277fb399dd23226d6fa018048f7e0f10f2"
|
||||
|
||||
S = "${WORKDIR}/pip-${PV}"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works
|
||||
RDEPENDS_${PN} = "python-modules python-distribute"
|
||||
Reference in New Issue
Block a user