09b94b1e8f
python3 is mandatory since version 2.3 and
8f4845e947
Fixes:
- http://autobuild.buildroot.org/results/c34d9c92cadbfb0e333eba91c9fae3baac53d0a2
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
config BR2_PACKAGE_PYTHON_NETWORKX
|
|
bool "python-networkx"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_DECORATOR # runtime
|
|
help
|
|
A Python package for the creation, manipulation,
|
|
and study of the structure, dynamics, and
|
|
functions of complex networks.
|
|
|
|
https://pypi.python.org/pypi/networkx
|