git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2b1fb50
)
python-markupsafe: add python-setuptools/host to HostBuild dep
author
Alexandru Ardelean
<redacted>
Mon, 10 Nov 2025 19:49:32 +0000
(21:49 +0200)
committer
Alexandru Ardelean
<redacted>
Wed, 12 Nov 2025 19:44:33 +0000
(21:44 +0200)
Required, since python3 no longer installs this for the host-build.
Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-markupsafe/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-markupsafe/Makefile
b/lang/python/python-markupsafe/Makefile
index 0b7c41a567798015de5bd5a4c31ba873eec5ef93..21b92d4d164a99153d446ac4033417268545ecb7 100644
(file)
--- a/
lang/python/python-markupsafe/Makefile
+++ b/
lang/python/python-markupsafe/Makefile
@@
-16,7
+16,12
@@
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.rst
-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
git clone https://git.99rst.org/PROJECT