mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-networkx: bump to 2.4
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
4045dcba80
commit
7e451843b7
@@ -4,10 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# The current version of setools (v4.1.1) does not work with python-networkx past v1.11
|
||||
PYTHON_NETWORKX_VERSION = 1.11
|
||||
PYTHON_NETWORKX_VERSION = 2.4
|
||||
PYTHON_NETWORKX_SOURCE = networkx-$(PYTHON_NETWORKX_VERSION).tar.gz
|
||||
PYTHON_NETWORKX_SITE = https://pypi.python.org/packages/c2/93/dbb41b03cf7c878a7409c8e92226531f840a423c9309ea534873a83c9192
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user