0540bbd6e1
Due to the infra change https://review.openstack.org/#/c/519533/, some "non-standard" things have been removed which include mongoDB and Redis. Now based on the policy, we have to keep one in Zaqar repo. Change-Id: I4505af56b015a004f9f1ba7f6aaddd5ca31a30b0
16 lines
533 B
Plaintext
16 lines
533 B
Plaintext
# This is the fallback list for packages to install. Do not add
|
|
# additional packages here. Repositories should use bindep and create
|
|
# their own bindep.txt files if the list below is not
|
|
# working for them.
|
|
|
|
mongodb [platform:dpkg]
|
|
mongodb-server [platform:rpm !platform:opensuseproject]
|
|
dev-db/mongodb [platform:gentoo]
|
|
redis [platform:rpm]
|
|
redis-server [platform:dpkg]
|
|
dev-db/redis [platform:gentoo]
|
|
libmysqlclient-dev [platform:dpkg]
|
|
libmysqlclient-devel [platform:suse]
|
|
mysql-client [platform:dpkg]
|
|
mysql-server [platform:dpkg]
|