Andreas Wacknitz
2022-07-20 14c7f22f570a7c11ea9da7c420b46e3c3af489e2
make-rules/shared-macros.mk
@@ -771,6 +771,7 @@
# The default is site-packages, but that directory belongs to the end-user.
# Modules which are shipped by the OS but not with the core Python distribution
# belong in vendor-packages.
PYTHON_DIR= /usr/lib/python$(PYTHON_VERSION)
PYTHON_LIB= /usr/lib/python$(PYTHON_VERSION)/vendor-packages
PYTHON_DATA= $(PYTHON_LIB)