Skip to content

Commit 0699df9

Browse files
committed
Add bindep file
We're missing one of these, which means starting from a bare node it's not completely possible to install openstackclient based only on bindep and pip. Add one that allows building and installing. Change-Id: I7b297bb1485773df3d5d1cc3ba78b0b9af4b2d00
1 parent e07324e commit 0699df9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

bindep.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This is a cross-platform list tracking distribution packages needed by tests;
2+
# see https://docs.openstack.org/infra/bindep/ for additional information.
3+
4+
gcc [compile test]
5+
libffi-devel [platform:rpm]
6+
libffi-dev [compile test platform:dpkg]
7+
libffi6 [platform:dpkg]
8+
libssl-dev [compile test platform:dpkg]
9+
python3-dev [compile test platform:dpkg]
10+
python3-devel [compile test platform:rpm]

0 commit comments

Comments
 (0)