mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-10 18:19:32 +00:00
ffcd5f5863
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>
11 lines
233 B
PHP
11 lines
233 B
PHP
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 \
|
|
"
|