From b9703df2853e72b974a63ef1146f09a6c197990d Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 21 Oct 2019 12:43:58 +0800 Subject: python-setuptools:upgrade 41.2.0 -> 41.4.0 (From OE-Core rev: c94bb5b7431af8b495a3fa96e96d968dc45fb4f3) Signed-off-by: Zang Ruochen Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-setuptools_41.4.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/recipes-devtools/python/python-setuptools_41.4.0.bb (limited to 'meta/recipes-devtools/python/python-setuptools_41.4.0.bb') diff --git a/meta/recipes-devtools/python/python-setuptools_41.4.0.bb b/meta/recipes-devtools/python/python-setuptools_41.4.0.bb new file mode 100644 index 0000000000..cf9440495b --- /dev/null +++ b/meta/recipes-devtools/python/python-setuptools_41.4.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" -- cgit v1.2.3-54-g00ecf