From ffcd5f58636a7bd07d413ab5c8ee36866718ac19 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 12 Sep 2019 15:49:28 +0800 Subject: python3-networkx: add recipe networkx only supports python3 starting v2.3. Move the common code to .inc and remove python-2to3 RDEPENDS which is no longer needed: https://github.com/networkx/networkx/commit/4e611d7ea90c20864daba912d6118220d5bbddf3 Signed-off-by: Anuj Mittal Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-networkx.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-networkx.inc (limited to 'meta-python/recipes-devtools/python/python-networkx.inc') diff --git a/meta-python/recipes-devtools/python/python-networkx.inc b/meta-python/recipes-devtools/python/python-networkx.inc new file mode 100644 index 0000000000..a4c31b2b28 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-networkx.inc @@ -0,0 +1,10 @@ +DESCRIPTION = "Python package for creating and manipulating graphs and networks" +LICENSE = "BSD-3-Clause" + +inherit pypi + +PYPI_PACKAGE_EXT = "zip" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-decorator \ + " -- cgit v1.2.3-54-g00ecf