[neon/neon-packaging/selenium-webdriver-at-spi/Neon/unstable_jammy] debian: no site packages

Carlos De Maine null at kde.org
Mon Jun 10 12:41:08 BST 2024


Git commit 7b7bac1c29efcdd6cb1a1a6d45f525e9e914ef2d by Carlos De Maine.
Committed on 10/06/2024 at 11:41.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.

no site packages

M  +2    -2    debian/rules

https://invent.kde.org/neon/neon-packaging/selenium-webdriver-at-spi/-/commit/7b7bac1c29efcdd6cb1a1a6d45f525e9e914ef2d

diff --git a/debian/rules b/debian/rules
index 15c24ba..e3b6f97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,10 +9,10 @@ PACKAGE=$(shell dh_listpackages)
 DH_VENV_DIR=debian/$(PACKAGE)$(DH_VIRTUALENV_INSTALL_ROOT)/$(PACKAGE)
 
 %:
-	dh $@ --buildsystem=pybuild --with python-virtualenv --use-system-packages --with kf6 --buildsystem kf6
+	dh $@ --buildsystem=pybuild --with python-virtualenv --with kf6 --buildsystem kf6
 
 override_dh_virtualenv:
-	dh_virtualenv --python=python3 --use-system-packages --no-package pycairo
+	dh_virtualenv --python=python3 --no-package pycairo
 	$(DH_VENV_DIR)/bin/python $(DH_VENV_DIR)/bin/pip install -U --upgrade-strategy eager -r requirements.txt
 	. $(DH_VENV_DIR)/bin/activate \
 	&& ls -ls && dh_auto_configure -- -DQT_MAJOR_VERSION=6 -DBUILD_WITH_QT6=ON \


More information about the Neon-commits mailing list