diff options
| author | Derek Straka <derek@asterius.io> | 2016-05-21 09:14:46 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-27 15:39:12 +0200 |
| commit | 3fe43f5a344ab627fe1c98f9a4455d25a2cfa703 (patch) | |
| tree | 5f579df01e1ba464d8b31ea1e08228047b9cb27d /meta-python/recipes-devtools/python/python-pip_8.1.1.bb | |
| parent | b031bef98e00a0f9f89d1cf4a710129918c32b7d (diff) | |
| download | meta-openembedded-3fe43f5a344ab627fe1c98f9a4455d25a2cfa703.tar.gz | |
python-pip: update to version 8.1.2
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_8.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pip_8.1.1.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python-pip_8.1.1.bb b/meta-python/recipes-devtools/python/python-pip_8.1.1.bb deleted file mode 100644 index c0c263bb4b..0000000000 --- a/meta-python/recipes-devtools/python/python-pip_8.1.1.bb +++ /dev/null | |||
| @@ -1,11 +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=25fba45109565f87de20bae85bc39452" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "6b86f11841e89c8241d689956ba99ed7" | ||
| 6 | SRC_URI[sha256sum] = "3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798" | ||
| 7 | |||
| 8 | inherit pypi setuptools | ||
| 9 | |||
| 10 | # Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works | ||
| 11 | RDEPENDS_${PN} = "python-modules python-distribute" | ||
