From e6ae9e29d59001a8c31781c1e2c32261f34c05be Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 6 Mar 2023 11:46:09 +0800 Subject: python-libraries: Force old build process These packages will need adjustments to work with pyproject.toml-based builds, so set PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1 to force the old build process (when pyproject.toml-based builds are in place) for now. Signed-off-by: Jeffery To --- lang/python/python-evdev/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/python/python-evdev') diff --git a/lang/python/python-evdev/Makefile b/lang/python/python-evdev/Makefile index bc26068a6..6463daec7 100644 --- a/lang/python/python-evdev/Makefile +++ b/lang/python/python-evdev/Makefile @@ -18,6 +18,8 @@ PKG_MAINTAINER:=Paulo Costa , Alexandru Ardelean