Fix other-requirements.txt for deb based distros

This patch fix inconsistencies I found:
- python-all / python-all-dev means all available python versions in a
given Debian / Ubuntu release. So we shouldn't depend on individual
Python 3.4 or 3.5.
- python{3,}-all-dev already depends on python{3,}-all, so we shouldn't
manually depend on that.
- libldap2-dev isn't needed (and Jenkins success shows it).

Change-Id: I7c2f2f85701457234735bdb4b4e14c139a650b20
This commit is contained in:
Thomas Goirand
2016-07-12 17:27:38 +02:00
parent 9c03196935
commit 96a7d88c8b

View File

@@ -10,15 +10,11 @@ libdbus-1-dev [platform:dpkg]
libdbus-glib-1-dev [platform:dpkg]
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
libldap2-dev [platform:dpkg]
libsasl2-dev [platform:dpkg]
libxml2-dev [platform:dpkg]
libxslt1-dev [platform:dpkg]
python-dev [platform:dpkg]
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
python3-dev [platform:dpkg]
python3.4 [platform:ubuntu-trusty]
python3.5 [platform:ubuntu-xenial]
python-all-dev [platform:dpkg]
python3-all-dev [platform:dpkg]
cyrus-sasl-devel [platform:rpm]
libxml2-devel [platform:rpm]