Commit Graph

3 Commits

Author SHA1 Message Date
Monty Taylor 605da70d6d Build container images
We need to mark several things in the bindep file with the compile
tag so that we don't install them into the final image. Also, clean
up some of the extra things in the bindep file that are almost
certainly not needed.

Change-Id: I6e42d0191fd1db8482a4a0fbe208b669ef33bfee
2019-12-09 16:09:20 -05:00
Andreas Jaeger c49c6c9a01 bindep: Require libffi-devel
For building cryptography requirement, the libffi devel package is
needed. Add it to bindep.txt.

Change-Id: I0d8c4acfc2504d59460166e190bd45479bcac0ea
2016-11-14 07:19:17 +01:00
Andreas Jaeger 1bd4a8973d 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/

Change-Id: Iecca0321adc28153465a5e0947c4cf2767ac7ec8
2016-08-21 16:13:29 +00:00