Commit Graph

2 Commits

Author SHA1 Message Date
Andreas Jaeger 80b6a27a2c Remove bindep
We don't need the bindep file anymore, all dependencies are default
packages that are installed by default.

Change-Id: I23982b97edc9db5a75d6dff1bfa8acec2de9dd8e
2020-01-11 17:30:00 +01:00
Andreas Jaeger e49bb1986f Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.

Move the file around to follow this change.

Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.

For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/

As well as this announcement:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html

Change-Id: Ib3e80ea6609f69ca7f33dd1a0b595c5c5ffe8f6e
2016-08-12 20:53:35 +02:00