From bb21cf13c4fef4ad21e5501ac0f5fa14163409ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 9 Jan 2023 10:32:13 +0100 Subject: DEB pytdeextensions: Drop the DEB_PYTHON_SYSTEM setting from debian/rules as it was intended for Python 2 and the choice between pycentral and pysupport. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- dilos/libraries/pytdeextensions/debian/rules | 2 -- 1 file changed, 2 deletions(-) (limited to 'dilos') diff --git a/dilos/libraries/pytdeextensions/debian/rules b/dilos/libraries/pytdeextensions/debian/rules index 93913921a..69b808198 100755 --- a/dilos/libraries/pytdeextensions/debian/rules +++ b/dilos/libraries/pytdeextensions/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f - -DEB_PYTHON_SYSTEM = /usr/bin/dh_python3 DEB_PYTHON3_MODULE_PACKAGES=pytdeextensions-trinity libpythonize0-trinity DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -- cgit v1.2.1