7e451843b7
python-networkx wasn't upgraded for a while due to incompatibilities with setools not supporting versions above 1.11. With the recent version bump of setools this is no longer true and we can bump python-networkx to 2.4. The license checksum had to be updated while bumping the package, but only the year of the copyright has changed. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
645 B
Makefile
17 lines
645 B
Makefile
################################################################################
|
|
#
|
|
# python-networkx
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_NETWORKX_VERSION = 2.4
|
|
PYTHON_NETWORKX_SOURCE = networkx-$(PYTHON_NETWORKX_VERSION).tar.gz
|
|
PYTHON_NETWORKX_SITE = https://pypi.python.org/packages/bf/63/7b579dd3b1c49ce6b7fd8f6f864038f255201410905dd183cf7f4a3845cf
|
|
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))
|