mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
14
package/python-async-lru/python-async-lru.mk
Normal file
14
package/python-async-lru/python-async-lru.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-async-lru
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ASYNC_LRU_VERSION = 1.0.2
|
||||
PYTHON_ASYNC_LRU_SOURCE = async_lru-$(PYTHON_ASYNC_LRU_VERSION).tar.gz
|
||||
PYTHON_ASYNC_LRU_SITE = https://files.pythonhosted.org/packages/7e/c1/a3d6207deaaeb582d16dc9a0fd217f192efc9487ce59897131cf9a2bdc1c
|
||||
PYTHON_ASYNC_LRU_SETUP_TYPE = setuptools
|
||||
PYTHON_ASYNC_LRU_LICENSE = MIT
|
||||
PYTHON_ASYNC_LRU_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user