summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-setuptools_40.0.0.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-07-10 17:16:02 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-15 16:16:16 +0100
commit3021db034d93f46cb20f7008777857003b6bb126 (patch)
tree16d4e3142e1cd73bb06325f3c43163e79a0d7ed9 /meta/recipes-devtools/python/python-setuptools_40.0.0.bb
parent6b029c68c8d67f3d7e12d8d9434f167549c8949c (diff)
downloadpoky-3021db034d93f46cb20f7008777857003b6bb126.tar.gz
python*-setuptools: update to 40.0.0
Update the python{3}-setuptools to the latest stable version Tested on the qemu with core-image-minimal (From OE-Core rev: 96971531e0d17a05bfd2b14c95d366f9c499edf9) Signed-off-by: Derek Straka <derek@asterius.io> 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_40.0.0.bb')
-rw-r--r--meta/recipes-devtools/python/python-setuptools_40.0.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools_40.0.0.bb b/meta/recipes-devtools/python/python-setuptools_40.0.0.bb
new file mode 100644
index 0000000000..cf9440495b
--- /dev/null
+++ b/meta/recipes-devtools/python/python-setuptools_40.0.0.bb
@@ -0,0 +1,9 @@
1require python-setuptools.inc
2
3PROVIDES = "python-distribute"
4
5inherit setuptools
6
7RREPLACES_${PN} = "python-distribute"
8RPROVIDES_${PN} = "python-distribute"
9RCONFLICTS_${PN} = "python-distribute"