mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
15
package/python-rsa/python-rsa.mk
Normal file
15
package/python-rsa/python-rsa.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-rsa
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_RSA_VERSION = 4.7.2
|
||||
PYTHON_RSA_SOURCE = rsa-$(PYTHON_RSA_VERSION).tar.gz
|
||||
PYTHON_RSA_SITE = https://files.pythonhosted.org/packages/db/b5/475c45a58650b0580421746504b680cd2db4e81bc941e94ca53785250269
|
||||
PYTHON_RSA_SETUP_TYPE = setuptools
|
||||
PYTHON_RSA_LICENSE = Apache-2.0
|
||||
PYTHON_RSA_LICENSE_FILES = LICENSE
|
||||
PYTHON_RSA_CPE_ID_VENDOR = python-rsa_project
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user