diff options
| author | Derek Straka <derek@asterius.io> | 2016-02-14 23:05:18 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:48 +0100 |
| commit | 9d9a616a392deeb06bf7458902281c9bfeb7f5b6 (patch) | |
| tree | dccc15079aa4f39de3266c838415202ada4a4060 /meta-python/recipes-devtools/python/python-pip_7.1.2.bb | |
| parent | b62ae60f869b83721757a2f5316cdc26c1030af3 (diff) | |
| download | meta-openembedded-9d9a616a392deeb06bf7458902281c9bfeb7f5b6.tar.gz | |
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pip_7.1.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pip_7.1.2.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python-pip_7.1.2.bb b/meta-python/recipes-devtools/python/python-pip_7.1.2.bb index 895cf6fe28..33e5ee2169 100644 --- a/meta-python/recipes-devtools/python/python-pip_7.1.2.bb +++ b/meta-python/recipes-devtools/python/python-pip_7.1.2.bb | |||
| @@ -2,14 +2,10 @@ SUMMARY = "PIP is a tool for installing and managing Python packages" | |||
| 2 | LICENSE = "MIT & LGPL-2.1" | 2 | LICENSE = "MIT & LGPL-2.1" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=45665b53032c02b35e29ddab8e61fa91" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=45665b53032c02b35e29ddab8e61fa91" |
| 4 | 4 | ||
| 5 | SRC_URI = "https://pypi.python.org/packages/source/p/pip/pip-${PV}.tar.gz" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "3823d2343d9f3aaab21cf9c917710196" | 5 | SRC_URI[md5sum] = "3823d2343d9f3aaab21cf9c917710196" |
| 8 | SRC_URI[sha256sum] = "ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477" | 6 | SRC_URI[sha256sum] = "ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477" |
| 9 | 7 | ||
| 10 | S = "${WORKDIR}/pip-${PV}" | 8 | inherit pypi setuptools |
| 11 | |||
| 12 | inherit setuptools | ||
| 13 | 9 | ||
| 14 | # Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works | 10 | # Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works |
| 15 | RDEPENDS_${PN} = "python-modules python-distribute" | 11 | RDEPENDS_${PN} = "python-modules python-distribute" |
