mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 00:51:19 +00:00
python-libraries: Remove Python 2 variants
The Python 2 variants will be added to the abandoned packages feed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -21,7 +21,6 @@ PKG_CPE_ID:=cpe:/a:pyopenssl_project:pyopenssl
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../python-package.mk
|
||||
include ../python3-package.mk
|
||||
|
||||
define Package/python-pyopenssl/Default
|
||||
@@ -32,15 +31,6 @@ define Package/python-pyopenssl/Default
|
||||
URL:=https://pyopenssl.org/
|
||||
endef
|
||||
|
||||
define Package/python-pyopenssl
|
||||
$(call Package/python-pyopenssl/Default)
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python-pyopenssl:python-light \
|
||||
+PACKAGE_python-pyopenssl:python-cryptography \
|
||||
+PACKAGE_python-pyopenssl:python-six
|
||||
VARIANT:=python
|
||||
endef
|
||||
|
||||
define Package/python3-pyopenssl
|
||||
$(call Package/python-pyopenssl/Default)
|
||||
DEPENDS:= \
|
||||
@@ -50,20 +40,12 @@ $(call Package/python-pyopenssl/Default)
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
define Package/python-pyopenssl/description
|
||||
Python wrapper module around the OpenSSL library
|
||||
endef
|
||||
|
||||
define Package/python3-pyopenssl/description
|
||||
$(call Package/python-pyopenssl/description)
|
||||
Python wrapper module around the OpenSSL library
|
||||
.
|
||||
(Variant for Python3).
|
||||
endef
|
||||
|
||||
$(eval $(call PyPackage,python-pyopenssl))
|
||||
$(eval $(call BuildPackage,python-pyopenssl))
|
||||
$(eval $(call BuildPackage,python-pyopenssl-src))
|
||||
|
||||
$(eval $(call Py3Package,python3-pyopenssl))
|
||||
$(eval $(call BuildPackage,python3-pyopenssl))
|
||||
$(eval $(call BuildPackage,python3-pyopenssl-src))
|
||||
|
||||
Reference in New Issue
Block a user