commit 4061bee4d45f9d29628e8f66a526175477c26af0 Author: Isis Lovecruft isis@torproject.org Date: Sun Feb 22 23:20:06 2015 +0000
Update installation instructions in README.rst to remove libgpgme11-dev. --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.rst b/README.rst index 617dbd1..0007c78 100644 --- a/README.rst +++ b/README.rst @@ -75,8 +75,7 @@ BridgeDB requires the following OS-level dependencies: - python>=2.7 - python-dev - build-essential -- libgpgme11 -- libgpgme11-dev +- gnupg (preferrably, gnupg2) - OpenSSL>=1.0.1g - `SQLite3 http://www.maxmind.com/app/python`__ - `MaxMind GeoIP https://www.maxmind.com/en/geolocation_landing`__ @@ -101,8 +100,7 @@ BridgeDB should work with or without a Python virtualenv. can do::
sudo apt-get install build-essential openssl python python-dev \ - python-setuptools sqlite3 libgpgme11 libgpgme11-dev libgeoip-dev \ - geoip-database + python-setuptools sqlite3 gnupg2 libgeoip-dev geoip-database
- Install Pip 1.3.1 or later. Debian has this version, but if for some
tor-commits@lists.torproject.org