Skip to content

Commit 485dee2

Browse files
vidplace7commodo
authored andcommitted
python-certifi: fix build (depend on setuptools)
- Setuptools has been required since certifi 2025.06.15 certifi/python-certifi#350 Signed-off-by: Austin Lane <[email protected]>
1 parent d2d56d2 commit 485dee2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

lang/python/python-certifi/Makefile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=python-certifi
99
PKG_VERSION:=2025.8.3
10-
PKG_RELEASE:=1
10+
PKG_RELEASE:=2
1111

1212
PKG_MAINTAINER:=Eneas U de Queiroz <[email protected]>
1313
PKG_LICENSE:=MPL-2.0
@@ -17,7 +17,13 @@ PKG_CPE_ID:=cpe:/a:certifi:certifi
1717
PYPI_NAME:=certifi
1818
PKG_HASH:=e564105f78ded564e3ae7c923924435e1daa7463faeab5bb932bc53ffae63407
1919

20-
HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
20+
HOST_BUILD_DEPENDS:= \
21+
python3/host \
22+
python-build/host \
23+
python-installer/host \
24+
python-wheel/host \
25+
python-setuptools/host
26+
PKG_BUILD_DEPENDS:=python-setuptools/host
2127

2228
include ../pypi.mk
2329
include $(INCLUDE_DIR)/package.mk

0 commit comments

Comments
 (0)