mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

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>
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 \
|
|
"
|