mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-22 08:30:13 +00:00
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 <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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 \
|
||||
"
|
||||
Reference in New Issue
Block a user