aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-setuptools_39.2.0.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-06-29 17:26:04 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-02 09:35:02 +0100
commit920dc165abe2484c240b76f95123f5a28f48f9ce (patch)
tree388c2de3718027cfdf345275530252dee05081a9 /meta/recipes-devtools/python/python-setuptools_39.2.0.bb
parent4acdeb1529f5355b2849556e9f4ef302e35d3b0c (diff)
downloadopenembedded-core-contrib-920dc165abe2484c240b76f95123f5a28f48f9ce.tar.gz
python*-setuptools: update to 39.2.0
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_39.2.0.bb')
-rw-r--r--meta/recipes-devtools/python/python-setuptools_39.2.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools_39.2.0.bb b/meta/recipes-devtools/python/python-setuptools_39.2.0.bb
new file mode 100644
index 0000000000..cf9440495b
--- /dev/null
+++ b/meta/recipes-devtools/python/python-setuptools_39.2.0.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"