aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-evdev
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2023-03-06 11:46:09 +0800
committerJeffery To <jeffery.to@gmail.com>2023-04-24 16:19:49 +0800
commite6ae9e29d59001a8c31781c1e2c32261f34c05be (patch)
tree7934cf1ff39bf14ff4322e87c2fa99ecf845bab2 /lang/python/python-evdev
parent4a7173d27d7969b95efac18eb34402c5fa69e3a1 (diff)
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 <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-evdev')
-rw-r--r--lang/python/python-evdev/Makefile2
1 files changed, 2 insertions, 0 deletions
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 <me@paulo.costa.nom.br>, Alexandru Ardelean <ardelea
PYPI_NAME:=evdev
PKG_HASH:=299db8628cc73b237fc1cc57d3c2948faa0756e2a58b6194b5bf81dc2081f1e3
+PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1
+
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk