mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
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:
committed by
Thomas Petazzoni
parent
300e335a2d
commit
6f78381283
17
package/python-networkx/python-networkx.mk
Normal file
17
package/python-networkx/python-networkx.mk
Normal 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))
|
||||
Reference in New Issue
Block a user