mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-16 10:18:19 +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:
4e611d7ea9
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
10
meta-python/recipes-devtools/python/python-networkx.inc
Normal file
10
meta-python/recipes-devtools/python/python-networkx.inc
Normal file
@@ -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