aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-setuptools_38.5.2.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-03-11 11:03:21 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-12 15:45:23 -0700
commit106239a250488508f5c3593d9c8c3d4f70ff0ba3 (patch)
tree52cf5ada6e23ed2d65c449b07e24f04e5ad04f9a /meta/recipes-devtools/python/python-setuptools_38.5.2.bb
parent5133fd46bccf14e21680f8d94e952914edccb113 (diff)
downloadopenembedded-core-contrib-106239a250488508f5c3593d9c8c3d4f70ff0ba3.tar.gz
python*-setuptools: update to 38.5.2
Update the python{3}-setuptools to the latest stable version Tested on the qemu with core-image-minimal Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-setuptools_38.5.2.bb')
-rw-r--r--meta/recipes-devtools/python/python-setuptools_38.5.2.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools_38.5.2.bb b/meta/recipes-devtools/python/python-setuptools_38.5.2.bb
new file mode 100644
index 0000000000..cf9440495b
--- /dev/null
+++ b/meta/recipes-devtools/python/python-setuptools_38.5.2.bb
@@ -0,0 +1,9 @@
+require python-setuptools.inc
+
+PROVIDES = "python-distribute"
+
+inherit setuptools
+
+RREPLACES_${PN} = "python-distribute"
+RPROVIDES_${PN} = "python-distribute"
+RCONFLICTS_${PN} = "python-distribute"