diff options
| author | Jose Lamego <jose.a.lamego@linux.intel.com> | 2017-07-19 12:20:26 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-24 09:13:30 +0100 |
| commit | 07f87dadd7db10b67e5d1e153fcc44d4045be899 (patch) | |
| tree | edd440380000f6c221d6e21dd0b0c7c8796587a1 /meta/recipes-devtools/python/python-setuptools_32.1.1.bb | |
| parent | 37ec69301a602791b2a36b0d3d2b1cad59ca1426 (diff) | |
| download | poky-07f87dadd7db10b67e5d1e153fcc44d4045be899.tar.gz | |
python*-setuptools: upgrade to 36.2.0
Both python-setuptools and python3-setuptools need to be
upgraded to latest upstream version.
license checksum is now targeted to be performed over the actual
license text at license file.
These changes were tested using qemux86 with core-image-minimal.
(From OE-Core rev: 6ad635a33b5a49fa51165b6ac7606b27438f5d96)
Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-setuptools_32.1.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-setuptools_32.1.1.bb | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools_32.1.1.bb b/meta/recipes-devtools/python/python-setuptools_32.1.1.bb deleted file mode 100644 index 526474c7ea..0000000000 --- a/meta/recipes-devtools/python/python-setuptools_32.1.1.bb +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | require python-setuptools.inc | ||
| 2 | |||
| 3 | PROVIDES = "python-distribute" | ||
| 4 | |||
| 5 | DEPENDS += "python" | ||
| 6 | DEPENDS_class-native += "python-native" | ||
| 7 | |||
| 8 | inherit distutils | ||
| 9 | |||
| 10 | DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${PYTHON_SITEPACKAGES_DIR}" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = "\ | ||
| 13 | python-stringold \ | ||
| 14 | python-email \ | ||
| 15 | python-shell \ | ||
| 16 | python-distutils \ | ||
| 17 | python-compression \ | ||
| 18 | python-pkgutil \ | ||
| 19 | python-plistlib \ | ||
| 20 | python-numbers \ | ||
| 21 | python-html \ | ||
| 22 | python-netserver \ | ||
| 23 | python-ctypes \ | ||
| 24 | python-subprocess \ | ||
| 25 | python-unittest \ | ||
| 26 | python-compile \ | ||
| 27 | " | ||
| 28 | |||
| 29 | RDEPENDS_${PN}_class-native = "\ | ||
| 30 | python-distutils \ | ||
| 31 | python-compression \ | ||
| 32 | " | ||
| 33 | |||
| 34 | RREPLACES_${PN} = "python-distribute" | ||
| 35 | RPROVIDES_${PN} = "python-distribute" | ||
| 36 | RCONFLICTS_${PN} = "python-distribute" | ||
| 37 | |||
| 38 | BBCLASSEXTEND = "native nativesdk" | ||
