mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
python-certifi: fix build (depend on setuptools)
- Setuptools has been required since certifi 2025.06.15 https://github.com/certifi/python-certifi/pull/350 Signed-off-by: Austin Lane <vidplace7@gmail.com>
This commit is contained in:
committed by
Alexandru Ardelean
parent
d2d56d216e
commit
485dee2b0b
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=python-certifi
|
PKG_NAME:=python-certifi
|
||||||
PKG_VERSION:=2025.8.3
|
PKG_VERSION:=2025.8.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
|
PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
|
||||||
PKG_LICENSE:=MPL-2.0
|
PKG_LICENSE:=MPL-2.0
|
||||||
@@ -17,7 +17,13 @@ PKG_CPE_ID:=cpe:/a:certifi:certifi
|
|||||||
PYPI_NAME:=certifi
|
PYPI_NAME:=certifi
|
||||||
PKG_HASH:=e564105f78ded564e3ae7c923924435e1daa7463faeab5bb932bc53ffae63407
|
PKG_HASH:=e564105f78ded564e3ae7c923924435e1daa7463faeab5bb932bc53ffae63407
|
||||||
|
|
||||||
HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
|
HOST_BUILD_DEPENDS:= \
|
||||||
|
python3/host \
|
||||||
|
python-build/host \
|
||||||
|
python-installer/host \
|
||||||
|
python-wheel/host \
|
||||||
|
python-setuptools/host
|
||||||
|
PKG_BUILD_DEPENDS:=python-setuptools/host
|
||||||
|
|
||||||
include ../pypi.mk
|
include ../pypi.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user