mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Please note that this project was archived by the maintainer:
42b0e14ffb
The only buildroot package using python-rsa is python-google-auth which
did not switch to an alternative yet:
https://github.com/googleapis/google-auth-library-python/pull/1771
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
540 B
Makefile
16 lines
540 B
Makefile
################################################################################
|
|
#
|
|
# python-rsa
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_RSA_VERSION = 4.9.1
|
|
PYTHON_RSA_SOURCE = rsa-$(PYTHON_RSA_VERSION).tar.gz
|
|
PYTHON_RSA_SITE = https://files.pythonhosted.org/packages/da/8a/22b7beea3ee0d44b1916c0c1cb0ee3af23b700b6da9f04991899d0c555d4
|
|
PYTHON_RSA_SETUP_TYPE = poetry
|
|
PYTHON_RSA_LICENSE = Apache-2.0
|
|
PYTHON_RSA_LICENSE_FILES = LICENSE
|
|
PYTHON_RSA_CPE_ID_VALID = YES
|
|
|
|
$(eval $(python-package))
|