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:
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-automat
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AUTOMAT_VERSION = 0.7.0
|
||||
PYTHON_AUTOMAT_SOURCE = Automat-$(PYTHON_AUTOMAT_VERSION).tar.gz
|
||||
PYTHON_AUTOMAT_SITE = https://files.pythonhosted.org/packages/4a/4f/64db3ffda8828cb0541fe949354615f39d02f596b4c33fb74863756fc565
|
||||
PYTHON_AUTOMAT_SETUP_TYPE = setuptools
|
||||
PYTHON_AUTOMAT_LICENSE = MIT
|
||||
PYTHON_AUTOMAT_LICENSE_FILES = LICENSE
|
||||
PYTHON_AUTOMAT_DEPENDENCIES = host-python-m2r host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user