python-networkx: new package

Update to add python-networkx package to buildroot. While 2.1
is the latest version, the current version of setools does not
work with versions past 1.11.

Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Jared Bents
2018-03-20 15:39:42 -05:00
committed by Thomas Petazzoni
parent 300e335a2d
commit 6f78381283
4 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
################################################################################
#
# python-networkx
#
################################################################################
# The current version of setools (v4.1.1) does not work with python-networkx past v1.11
PYTHON_NETWORKX_VERSION = 1.11
PYTHON_NETWORKX_SOURCE = networkx-$(PYTHON_NETWORKX_VERSION).tar.gz
PYTHON_NETWORKX_SITE = https://pypi.python.org/packages/c2/93/dbb41b03cf7c878a7409c8e92226531f840a423c9309ea534873a83c9192
PYTHON_NETWORKX_LICENSE = BSD-3-Clause
PYTHON_NETWORKX_LICENSE_FILES = LICENSE.txt
PYTHON_NETWORKX_SETUP_TYPE = setuptools
HOST_PYTHON_NETWORKX_DEPENDENCIES = host-python-decorator
$(eval $(python-package))
$(eval $(host-python-package))