mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Now that host-python2 is gone, the custom python3 variant can be dropped. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
610 B
Makefile
16 lines
610 B
Makefile
################################################################################
|
|
#
|
|
# python-pyelftools
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYELFTOOLS_VERSION = 0.27
|
|
PYTHON_PYELFTOOLS_SOURCE = pyelftools-$(PYTHON_PYELFTOOLS_VERSION).tar.gz
|
|
PYTHON_PYELFTOOLS_SITE = https://files.pythonhosted.org/packages/6b/b5/f7022f2d950327ba970ec85fb8f85c79244031092c129b6f34ab17514ae0
|
|
PYTHON_PYELFTOOLS_LICENSE = Public domain
|
|
PYTHON_PYELFTOOLS_LICENSE_FILES = LICENSE
|
|
PYTHON_PYELFTOOLS_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|