Merge pull request #12230 from jefferyto/python-openssl-ca-certs

python3-openssl: Add dependency on ca-certs
This commit is contained in:
Hannu Nyman 2020-05-20 08:18:38 +03:00 committed by GitHub
commit 9f86c338cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
include ../python3-version.mk include ../python3-version.mk
PKG_NAME:=python3 PKG_NAME:=python3
PKG_RELEASE:=4 PKG_RELEASE:=5
PKG_VERSION:=$(PYTHON3_VERSION).$(PYTHON3_VERSION_MICRO) PKG_VERSION:=$(PYTHON3_VERSION).$(PYTHON3_VERSION_MICRO)
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz

View file

@ -8,7 +8,7 @@
define Package/python3-openssl define Package/python3-openssl
$(call Package/python3/Default) $(call Package/python3/Default)
TITLE:=Python $(PYTHON3_VERSION) SSL module TITLE:=Python $(PYTHON3_VERSION) SSL module
DEPENDS:=+python3-light +libopenssl DEPENDS:=+python3-light +libopenssl +ca-certs
endef endef
$(eval $(call Py3BasePackage,python3-openssl, \ $(eval $(call Py3BasePackage,python3-openssl, \