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:
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-asgiref
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ASGIREF_VERSION = 3.2.3
|
||||
PYTHON_ASGIREF_SOURCE = asgiref-$(PYTHON_ASGIREF_VERSION).tar.gz
|
||||
PYTHON_ASGIREF_SITE = https://files.pythonhosted.org/packages/80/c4/83a01607f2d10024c172097126264c8e00c6a4827b35d631ece9625e6ba2
|
||||
PYTHON_ASGIREF_SETUP_TYPE = setuptools
|
||||
PYTHON_ASGIREF_LICENSE = BSD-3-Clause
|
||||
PYTHON_ASGIREF_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user