diff options
| author | Dai Caiyun <daicy.fnst@cn.fujitsu.com> | 2016-01-06 21:41:03 -0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-27 12:43:56 +0100 |
| commit | d744a484c8a1a1dcbf9a3887000fbf0b59d123dc (patch) | |
| tree | fdcb5bc9fe1d3b149f956ee96df3df52553b7d39 /meta-python/recipes-devtools/python/python-pip_7.1.0.bb | |
| parent | 99e89431ff15378ebf3292c2d30109408dd1ed7f (diff) | |
| download | meta-openembedded-d744a484c8a1a1dcbf9a3887000fbf0b59d123dc.tar.gz | |
python-pip: 7.1.0 -> 7.1.2
Upgrade python-pip from 7.1.0 to 7.1.2.
Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pip_7.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pip_7.1.0.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python-pip_7.1.0.bb b/meta-python/recipes-devtools/python/python-pip_7.1.0.bb deleted file mode 100644 index ae02e86fe7..0000000000 --- a/meta-python/recipes-devtools/python/python-pip_7.1.0.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | SUMMARY = "PIP is a tool for installing and managing Python packages" | ||
| 2 | LICENSE = "MIT & LGPL-2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=45665b53032c02b35e29ddab8e61fa91" | ||
| 4 | |||
| 5 | SRC_URI = "https://pypi.python.org/packages/source/p/pip/pip-${PV}.tar.gz" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "d935ee9146074b1d3f26c5f0acfd120e" | ||
| 8 | SRC_URI[sha256sum] = "d5275ba3221182a5dd1b6bcfbfc5ec277fb399dd23226d6fa018048f7e0f10f2" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/pip-${PV}" | ||
| 11 | |||
| 12 | inherit setuptools | ||
| 13 | |||
| 14 | # 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" | ||
