mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python-pip: update to 1.5.6
Also made LICENSE more accurate. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
15
meta-python/recipes-devtools/python/python-pip_1.5.6.bb
Normal file
15
meta-python/recipes-devtools/python/python-pip_1.5.6.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] = "01026f87978932060cc86c1dc527903e"
|
||||
SRC_URI[sha256sum] = "b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c"
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user