mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
15
package/python-six/python-six.mk
Normal file
15
package/python-six/python-six.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-six
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SIX_VERSION = 1.12.0
|
||||
PYTHON_SIX_SOURCE = six-$(PYTHON_SIX_VERSION).tar.gz
|
||||
PYTHON_SIX_SITE = https://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca
|
||||
PYTHON_SIX_SETUP_TYPE = setuptools
|
||||
PYTHON_SIX_LICENSE = MIT
|
||||
PYTHON_SIX_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user