]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Add gnupg2 as a dependency
authorMicah Lee <micah@micahflee.com>
Fri, 23 Mar 2018 22:43:03 +0000 (15:43 -0700)
committerMicah Lee <micah@micahflee.com>
Fri, 23 Mar 2018 22:43:03 +0000 (15:43 -0700)
BUILD.md
build_rpm.sh
stdeb.cfg

index 5709544a30d9fb3c856380d9d31197377239d95e..3435d34f88f188d05196d0b285cfb71cebbf222c 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -12,7 +12,7 @@ Then install dependencies, build a package, and install:
 ### Debian, Ubuntu, Linux Mint, etc.
 
 ```sh
-sudo apt-get install build-essential dh-python python3-all python3-stdeb python3-qt5 python3-gpg python3-requests python3-socks
+sudo apt-get install build-essential dh-python python3-all python3-stdeb python3-qt5 python3-gpg python3-requests python3-socks gnupg2 tor
 ./build_deb.sh
 sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
 ```
@@ -20,7 +20,7 @@ sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
 ### Red Hat, Fedora, CentOS, etc.
 
 ```sh
-sudo dnf install rpm-build python3-qt5 python3-gpg python3-requests python3-pysocks
+sudo dnf install rpm-build python3-qt5 python3-gpg python3-requests python3-pysocks gnupg2
 ./build_rpm.sh
 sudo yum install dist/torbrowser-launcher-*.rpm
 ```
index f39c5dea085cf0b8cee3d8ac3ed92ce22230f6a7..ab311ef6c33de21a777086f99bc669f3c59349f2 100755 (executable)
@@ -6,7 +6,7 @@ VERSION=`cat share/torbrowser-launcher/version`
 rm -r build dist
 
 # build binary package
-python setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks"
+python setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, gnupg2"
 
 # install it
 echo ""
index bcf8f287bfc6cc5c81b2a96263be22881178bf71..2ad3ac433c1d9fd28bb6e0f57e123c7079025008 100644 (file)
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,6 +1,6 @@
 [DEFAULT]
 Package: torbrowser-launcher
-Depends: python3-qt5, python3-gpg, python3-requests, python3-socks
+Depends: python3-qt5, python3-gpg, python3-requests, python3-socks, gnupg2
 Build-Depends: dh-python
 Recommends: tor
 Suite: artful