Commit Graph

2 Commits

Author SHA1 Message Date
Clark Boylan fd5915ede2 Add libffi dev packages needed for ansible install
Ansible depends on paramiko which depends on cryptography whcih requires
libffi dev headers when installing via pip. Go ahead and add this
dependency via bindep.

Change-Id: I0b3ab07245f85c44ad4ed436da06d62a21a28f89
2016-10-04 15:20:00 -07:00
Andreas Jaeger a0b30b8e07 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: I4896eb41d2935aaed3edd35976056752c9e60cfa
2016-08-12 19:31:16 +02:00