mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
f4f0e2a637
Now that host-python2 is gone, the custom python3 variant can be dropped. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
539 B
Makefile
16 lines
539 B
Makefile
################################################################################
|
|
#
|
|
# python-six
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SIX_VERSION = 1.16.0
|
|
PYTHON_SIX_SOURCE = six-$(PYTHON_SIX_VERSION).tar.gz
|
|
PYTHON_SIX_SITE = https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e
|
|
PYTHON_SIX_SETUP_TYPE = setuptools
|
|
PYTHON_SIX_LICENSE = MIT
|
|
PYTHON_SIX_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|