[Pkg-privacy-commits] [torbrowser-launcher] 29/39: Clean up dependencies, and remove requirements.txt because it is out-of-date and I use systemwide packages for deps
Roger Shimizu
rosh at debian.org
Tue Mar 27 15:41:53 UTC 2018
This is an automated email from the git hooks/post-receive script.
rosh pushed a commit to branch rosh/experimental
in repository torbrowser-launcher.
commit dff21a7f71c9078b81c2edad14d2252b775bb1a4
Author: Micah Lee <micah at micahflee.com>
Date: Fri Mar 23 15:47:37 2018 -0700
Clean up dependencies, and remove requirements.txt because it is out-of-date and I use systemwide packages for deps
---
BUILD.md | 4 ++--
requirements.txt | 18 ------------------
stdeb.cfg | 2 +-
3 files changed, 3 insertions(+), 21 deletions(-)
diff --git a/BUILD.md b/BUILD.md
index 3435d34..6155893 100644
--- 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 gnupg2 tor
+sudo apt install build-essential dh-python python3-all python3-stdeb python3-pyqt5 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 gnupg2
+sudo dnf install rpm-build python3-qt5 python3-gpg python3-requests python3-pysocks gnupg2 tor
./build_rpm.sh
sudo yum install dist/torbrowser-launcher-*.rpm
```
diff --git a/requirements.txt b/requirements.txt
deleted file mode 100644
index 48bafe6..0000000
--- a/requirements.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-# the hashes in this requirements file can be used by peep.
-
-# sha256: UNMM7nB3D9RNt86kIcsvt1ryR8OhzVSIXAazCnyF3SM
-Parsley==1.2
-
-# sha256: 9OuUqrPqnuzznO9G6Ht0J2XPDBnb5UT8XKIh5wBqdQ8
-txsocksx==1.13.0.1
-
-# sha256: vf2WGsIhb1xlsH8sOl5RFvZxO4wc8HbEABDGSBDSaWM
-Twisted==14.0.0
-
-# sha256: kcunt818uC9vTgI_53-U3D30rlKH_VXe8hSNwjLQx9o
-zope.interface==4.1.1
-
-# Note: PyGObject is also required, but it is not installable using pip. To
-# install torbrowser-launcher in a virtualenv, you'll need to create the
-# virtualenv with --system-site-packages and install PyGObject somehow. On
-# Debian you can get it from the python-gobject-2 package.
diff --git a/stdeb.cfg b/stdeb.cfg
index 2ad3ac4..44595d6 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,6 +1,6 @@
[DEFAULT]
Package: torbrowser-launcher
-Depends: python3-qt5, python3-gpg, python3-requests, python3-socks, gnupg2
+Depends: python3-pyqt5, python3-gpg, python3-requests, python3-socks, gnupg2
Build-Depends: dh-python
Recommends: tor
Suite: artful
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list