summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-setuptools_41.1.0.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-08-15 18:00:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-21 15:29:01 +0100
commit0b2bc3b9fd81daaa99248c2bd2005b894e567d85 (patch)
treef1d021febfbb7b88081353dc2c38c026e03b13d0 /meta/recipes-devtools/python/python-setuptools_41.1.0.bb
parent93bbdd55bdb55618ead0c8ac213835c96049b4d2 (diff)
downloadopenembedded-core-contrib-0b2bc3b9fd81daaa99248c2bd2005b894e567d85.tar.gz
python-setuptools: update to 41.1.0
(From OE-Core rev: 841d458f01c8c2d3e67775bad7d018b047604f75) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-setuptools_41.1.0.bb')
-rw-r--r--meta/recipes-devtools/python/python-setuptools_41.1.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools_41.1.0.bb b/meta/recipes-devtools/python/python-setuptools_41.1.0.bb
new file mode 100644
index 0000000000..cf9440495b
--- /dev/null
+++ b/meta/recipes-devtools/python/python-setuptools_41.1.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"