projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d1dbae
)
python-calver: add python-setuptools/host as dep to HostBuild
author
Alexandru Ardelean
<
[email protected]
>
Thu, 13 Nov 2025 10:42:24 +0000
(12:42 +0200)
committer
Alexandru Ardelean
<
[email protected]
>
Thu, 13 Nov 2025 12:42:11 +0000
(14:42 +0200)
Required now, since python-setuptools/host is separate from python3
Signed-off-by: Alexandru Ardelean <
[email protected]
>
lang/python/python-calver/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-calver/Makefile
b/lang/python/python-calver/Makefile
index 4f519b2c139564b2abd00f12f3e499337fc26ff6..24f06a6c8a856824312fd214a6d606df866104b7 100644
(file)
--- a/
lang/python/python-calver/Makefile
+++ b/
lang/python/python-calver/Makefile
@@
-19,7
+19,12
@@
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Jeffery To <
[email protected]
>
PKG_HOST_ONLY:=1
-HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
+HOST_BUILD_DEPENDS:= \
+ python3/host \
+ python-setuptools/host \
+ python-build/host \
+ python-installer/host \
+ python-wheel/host
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk