Simplify Adjutant bindep dependencies
Remove bindep dependencies that are not required for building Adjutant: * Python 2 (no longer supported) * MySQL/MariaDB client (only the client library development package is required) * MySQL/MariaDB server (unused) Change-Id: Ife1ec591d18befb29ef4565a42ebd0f706ec0e56
This commit is contained in:
parent
df8c3e4a8b
commit
8deababd1b
@ -9,15 +9,9 @@ libssl-dev [platform:dpkg]
|
||||
openssl-devel [platform:rpm]
|
||||
|
||||
libmysqlclient-dev [platform:dpkg]
|
||||
mysql-client [platform:dpkg]
|
||||
mysql-server [platform:dpkg]
|
||||
mariadb [platform:rpm]
|
||||
mariadb-devel [platform:redhat]
|
||||
mariadb-server [platform:rpm]
|
||||
libmariadb-devel [platform:suse]
|
||||
dev-db/mariadb [platform:gentoo]
|
||||
|
||||
python-all-dev [platform:dpkg]
|
||||
python3-all-dev [platform:dpkg]
|
||||
python2-devel [platform:rpm]
|
||||
python3-devel [platform:fedora]
|
||||
|
Loading…
Reference in New Issue
Block a user