diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-08-07 13:34:49 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-24 13:56:25 +0200 |
| commit | 44bd0256d8ded535f3e214327fa7fbcc4b267dbb (patch) | |
| tree | ac268486b30e78d8fef07404e64d39a7f752cba7 /meta-python/recipes-devtools/python/python-pip_1.5.6.bb | |
| parent | 5bc978bc3a2cd63cf43c418708c375d475360f2d (diff) | |
| download | meta-openembedded-44bd0256d8ded535f3e214327fa7fbcc4b267dbb.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pip_1.5.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pip_1.5.6.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python-pip_1.5.6.bb b/meta-python/recipes-devtools/python/python-pip_1.5.6.bb deleted file mode 100644 index b4ce9e5f3c..0000000000 --- a/meta-python/recipes-devtools/python/python-pip_1.5.6.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] = "01026f87978932060cc86c1dc527903e" | ||
| 8 | SRC_URI[sha256sum] = "b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c" | ||
| 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" | ||
