File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
lang/python/python-certifi Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
77
88PKG_NAME: =python-certifi
99PKG_VERSION: =2025.8.3
10- PKG_RELEASE: =1
10+ PKG_RELEASE: =2
1111
1212PKG_MAINTAINER: =Eneas U de Queiroz <
[email protected] >
1313PKG_LICENSE: =MPL-2.0
@@ -17,7 +17,13 @@ PKG_CPE_ID:=cpe:/a:certifi:certifi
1717PYPI_NAME: =certifi
1818PKG_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
2228include ../pypi.mk
2329include $(INCLUDE_DIR ) /package.mk
You can’t perform that action at this time.
0 commit comments