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-pycares/python-pycares.mk
Normal file
15
package/python-pycares/python-pycares.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pycares
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYCARES_VERSION = 3.0.0
|
||||
PYTHON_PYCARES_SOURCE = pycares-$(PYTHON_PYCARES_VERSION).tar.gz
|
||||
PYTHON_PYCARES_SITE = https://files.pythonhosted.org/packages/85/de/cd46a73e43e206a6ad1e9cf9cc893c3ed1b21caf57f1e0a8d9a119d290eb
|
||||
PYTHON_PYCARES_SETUP_TYPE = setuptools
|
||||
PYTHON_PYCARES_LICENSE = MIT
|
||||
PYTHON_PYCARES_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYCARES_DEPENDENCIES = host-python-cffi
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user