
commit e6b8c39486b4306bf5e10402aaa93513492af94a Author: Isis Lovecruft <isis@torproject.org> Date: Tue Nov 19 08:58:12 2013 +0000 Fix dependency requirement libgpgme11-dev → libgpgme11. --- .travis.yml | 2 +- README | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8a40798..9e4f2fe 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-dev + - sudo apt-get install --no-install-suggests --no-install-recommends tor-geoipdb build-essential openssl sqlite3 libgpgme11 # Distro python dependencies - sudo apt-get install --no-install-suggests --no-install-recommends python-dev python-setuptools diff --git a/README b/README index 3175957..0061f22 100644 --- a/README +++ b/README @@ -41,7 +41,7 @@ BridgeDB requires the following OS-level dependencies: - python>=2.7 - python-dev - build-essential - - libgpgme11-dev + - libgpgme11 - OpenSSL>=1.0.1e - [SQLite3](http://www.maxmind.com/app/python) - [MaxMind GeoIP](https://www.maxmind.com/en/geolocation_landing) (packaged @@ -57,7 +57,7 @@ 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-dev + python-setuptools openssl sqlite3 tor-geoip libgpgme11 - 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