[neon/neon-packaging/selenium-webdriver-at-spi/Neon/unstable] debian: --use-system-packages
Carlos De Maine
null at kde.org
Sun Sep 29 04:49:32 BST 2024
Git commit 49dc6461abc987cb282ef57a2c3514524346d6cb by Carlos De Maine.
Committed on 29/09/2024 at 03:49.
Pushed by carlosdem into branch 'Neon/unstable'.
--use-system-packages
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/selenium-webdriver-at-spi/-/commit/49dc6461abc987cb282ef57a2c3514524346d6cb
diff --git a/debian/rules b/debian/rules
index 4ed2015..628551b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ DH_VENV_DIR=debian/$(PACKAGE)$(DH_VIRTUALENV_INSTALL_ROOT)/$(PACKAGE)
dh $@ --buildsystem=pybuild --with python-virtualenv --with kf6 --buildsystem kf6
override_dh_virtualenv:
- dh_virtualenv --python=python3 --no-package pycairo --system-site-packages
+ dh_virtualenv --python=python3 --no-package pycairo --use-system-packages
$(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