Skip to content

Commit b9fc5d2

Browse files
committed
Fix python-ajsonrpc
1 parent f3249e9 commit b9fc5d2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

depends/python-ajsonrpc/Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ PKG_MAINTAINER:=Austin Lane <vidplace7@gmail.com>
1515
PKG_LICENSE:=MIT
1616
PKG_LICENSE_FILES:=LICENSE.txt
1717

18-
HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
18+
HOST_BUILD_DEPENDS:= \
19+
python3/host \
20+
python-build/host \
21+
python-installer/host \
22+
python-wheel/host \
23+
python-setuptools/host
24+
PKG_BUILD_DEPENDS:=python-setuptools/host
1925

2026
include $(TOPDIR)/feeds/packages/lang/python/pypi.mk
2127
include $(INCLUDE_DIR)/package.mk

0 commit comments

Comments
 (0)