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:
9d69e4f
)
python-pyserial: fix host build
author
George Sapkin
<redacted>
Thu, 14 May 2026 12:07:17 +0000
(15:07 +0300)
committer
George Sapkin
<redacted>
Sun, 17 May 2026 11:35:31 +0000
(14:35 +0300)
Fixes: ac212e0c ("python-pyserial: add hostbuild")
Signed-off-by: George Sapkin <redacted>
lang/python/python-pyserial/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-pyserial/Makefile
b/lang/python/python-pyserial/Makefile
index 6f82bcc840d694a61b49deb20622eadcbe186e3c..f0e7e88aceb44723be3c3a08d321ad07399cca3e 100644
(file)
--- a/
lang/python/python-pyserial/Makefile
+++ b/
lang/python/python-pyserial/Makefile
@@
-18,7
+18,8
@@
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.txt
PKG_MAINTAINER:=Micke Prag <micke.prag@telldus.se>
-HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
+HOST_BUILD_DEPENDS:=python-setuptools/host
+PKG_BUILD_DEPENDS:=python-setuptools/host
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
git clone https://git.99rst.org/PROJECT