We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3249e9 commit b9fc5d2Copy full SHA for b9fc5d2
depends/python-ajsonrpc/Makefile
@@ -15,7 +15,13 @@ PKG_MAINTAINER:=Austin Lane <vidplace7@gmail.com>
15
PKG_LICENSE:=MIT
16
PKG_LICENSE_FILES:=LICENSE.txt
17
18
-HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
+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
25
26
include $(TOPDIR)/feeds/packages/lang/python/pypi.mk
27
include $(INCLUDE_DIR)/package.mk
0 commit comments