mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
libgpiod: add python-setuptools host build dep
If python3-gpiod is enabled and the python-setuptools host package is missing, the setuptools.build_meta import will cause a build failure. Fix this by adding a conditional build dependency. Signed-off-by: Ernestas Kulik <ernestas@baltic.engineering>
This commit is contained in:
committed by
Alexandru Ardelean
parent
2fc1a5deeb
commit
1935316a49
@@ -23,6 +23,8 @@ PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PYTHON3_PKG_BUILD:=0
|
||||
|
||||
PKG_BUILD_DEPENDS:=PACKAGE_python3-gpiod:python-setuptools/host
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../../lang/python/python3-package.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user