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:
13
package/python-toml/python-toml.mk
Normal file
13
package/python-toml/python-toml.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-toml
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TOML_VERSION = 0.9.3
|
||||
PYTHON_TOML_SITE = $(call github,uiri,toml,$(PYTHON_TOML_VERSION))
|
||||
PYTHON_TOML_SETUP_TYPE = setuptools
|
||||
PYTHON_TOML_LICENSE = MIT
|
||||
PYTHON_TOML_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user