mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 17:11:21 +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:
@@ -18,7 +18,6 @@ PKG_HASH:=25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../python-package.mk
|
||||
include ../python3-package.mk
|
||||
|
||||
define Package/python-certifi/Default
|
||||
@@ -29,33 +28,19 @@ define Package/python-certifi/Default
|
||||
URL:=http://certifi.io/
|
||||
endef
|
||||
|
||||
define Package/python-certifi
|
||||
$(call Package/python-certifi/Default)
|
||||
DEPENDS:=+PACKAGE_python-certifi:python-light
|
||||
VARIANT:=python
|
||||
endef
|
||||
|
||||
define Package/python3-certifi
|
||||
$(call Package/python-certifi/Default)
|
||||
DEPENDS:=+PACKAGE_python3-certifi:python3-light
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
define Package/python-certifi/description
|
||||
define Package/python3-certifi/description
|
||||
Certifi is a carefully curated collection of Root Certificates for validating the
|
||||
trustworthiness of SSL certificates while verifying the identity of TLS hosts.
|
||||
endef
|
||||
|
||||
define Package/python3-certifi/description
|
||||
$(call Package/python-certifi/description)
|
||||
.
|
||||
(Variant for Python3)
|
||||
endef
|
||||
|
||||
$(eval $(call PyPackage,python-certifi))
|
||||
$(eval $(call BuildPackage,python-certifi))
|
||||
$(eval $(call BuildPackage,python-certifi-src))
|
||||
|
||||
$(eval $(call Py3Package,python3-certifi))
|
||||
$(eval $(call BuildPackage,python3-certifi))
|
||||
$(eval $(call BuildPackage,python3-certifi-src))
|
||||
|
||||
Reference in New Issue
Block a user