asciiwolf pushed to branch main at The Tor Project / Applications / 
torbrowser-launcher


Commits:
5a136337 by asciiwolf at 2025-09-26T00:28:52+02:00
Fix build dependencies

- - - - -
f4b5c127 by asciiwolf at 2025-09-26T13:08:48+00:00
Merge branch 'build-dependencies-fix' into 'main'

Fix build dependencies

See merge request tpo/applications/torbrowser-launcher!33
- - - - -


2 changed files:

- BUILD.md
- stdeb.cfg


Changes:

=====================================
BUILD.md
=====================================
@@ -12,7 +12,7 @@ Then install dependencies, build a package, and install:
 ### Debian, Ubuntu, Linux Mint, etc.
 
 ```sh
-sudo apt install build-essential dh-python python3-all python3-stdeb 
python3-pyside6.qtcore python3-gpg python3-requests python3-setuptools 
python3-socks python3-packaging gnupg2 tor
+sudo apt install build-essential dh-python python3-all python3-stdeb 
python3-pyside6.qtcore python3-pyside6.qtwidgets python3-gpg python3-requests 
python3-setuptools python3-socks python3-packaging gnupg2 tor
 ./build_deb.sh
 sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
 ```


=====================================
stdeb.cfg
=====================================
@@ -1,6 +1,6 @@
 [DEFAULT]
 Package3: torbrowser-launcher
-Depends3: python3-pyside6.qtcore, python3-gpg, python3-requests, 
python3-socks, python3-packaging, gnupg2
-Build-Depends: dh-python, python3-pyqt5, python3-gpg, python3-requests, 
python3-setuptools, python3-socks, python3-packaging, gnupg2
+Depends3: python3-pyside6.qtcore, python3-pyside6.qtwidgets, python3-gpg, 
python3-requests, python3-socks, python3-packaging, gnupg2
+Build-Depends: dh-python, python3-pyside6.qtcore, python3-pyside6.qtwidgets, 
python3-gpg, python3-requests, python3-setuptools, python3-socks, 
python3-packaging, gnupg2
 Recommends: tor
 Suite: oracular



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compare/0bb03dc440e5f05dea9db195c6ccf1355d6f7bff...f4b5c1279955b19fedb0c5408fe2a40ea546524b

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compare/0bb03dc440e5f05dea9db195c6ccf1355d6f7bff...f4b5c1279955b19fedb0c5408fe2a40ea546524b
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to