From 051a1730b086636bc70d538b2a33234e31f332d1 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 25 Mar 2016 18:33:47 -0400 Subject: python-pip: update to 8.1.1 (From meta-openembedded commit: 83d916c6d6074f5837612d471cc422a24f338d09) Signed-off-by: Derek Straka Signed-off-by: Tim Orling --- recipes-devtools/python/python-pip_7.1.2.bb | 11 ----------- recipes-devtools/python/python-pip_8.1.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 recipes-devtools/python/python-pip_7.1.2.bb create mode 100644 recipes-devtools/python/python-pip_8.1.1.bb diff --git a/recipes-devtools/python/python-pip_7.1.2.bb b/recipes-devtools/python/python-pip_7.1.2.bb deleted file mode 100644 index 33e5ee2..0000000 --- a/recipes-devtools/python/python-pip_7.1.2.bb +++ /dev/null @@ -1,11 +0,0 @@ -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[md5sum] = "3823d2343d9f3aaab21cf9c917710196" -SRC_URI[sha256sum] = "ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477" - -inherit pypi 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" diff --git a/recipes-devtools/python/python-pip_8.1.1.bb b/recipes-devtools/python/python-pip_8.1.1.bb new file mode 100644 index 0000000..c0c263b --- /dev/null +++ b/recipes-devtools/python/python-pip_8.1.1.bb @@ -0,0 +1,11 @@ +SUMMARY = "PIP is a tool for installing and managing Python packages" +LICENSE = "MIT & LGPL-2.1" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=25fba45109565f87de20bae85bc39452" + +SRC_URI[md5sum] = "6b86f11841e89c8241d689956ba99ed7" +SRC_URI[sha256sum] = "3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798" + +inherit pypi 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" -- cgit 1.2.3-korg