commit b546035c882f60e44d2d3d90f387b21c619d4e00 Author: Isis Lovecruft isis@torproject.org Date: Tue Nov 19 09:06:02 2013 +0000
Or… we need both libgpgme11 and libgpgme11-dev dependencies. --- .travis.yml | 2 +- README | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml index 9e4f2fe..5d53738 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ notifications: before_install: - sudo apt-get update # Distro development header/library/resource/buildtime dependencies - - sudo apt-get install --no-install-suggests --no-install-recommends tor-geoipdb build-essential openssl sqlite3 libgpgme11 + - sudo apt-get install --no-install-suggests --no-install-recommends tor-geoipdb build-essential openssl sqlite3 libgpgme11 libgpgme11-dev # Distro python dependencies - sudo apt-get install --no-install-suggests --no-install-recommends python-dev python-setuptools
diff --git a/README b/README index 0061f22..b364469 100644 --- a/README +++ b/README @@ -42,6 +42,7 @@ BridgeDB requires the following OS-level dependencies: - python-dev - build-essential - libgpgme11 + - libgpgme11-dev - OpenSSL>=1.0.1e - [SQLite3](http://www.maxmind.com/app/python) - [MaxMind GeoIP](https://www.maxmind.com/en/geolocation_landing) (packaged @@ -56,8 +57,8 @@ BridgeDB should work with or without a Python virtualenv.
- Install Python 2.7, and other OS-level dependencies. On Debian, you can do:
- sudo apt-get install build-essential python python-dev \ - python-setuptools openssl sqlite3 tor-geoip libgpgme11 + sudo apt-get install build-essential openssl python python-dev \ + python-setuptools sqlite3 tor-geoip libgpgme11 libgpgme11-dev
- Install Pip 1.3.1 or later. Debian has this version, but if for some reason that or a newer version isn't available, the easiest way to install a newer
tor-commits@lists.torproject.org