diff options
| author | Monty Taylor <mordred@inaugust.com> | 2020-03-03 10:55:06 -0600 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2020-03-04 15:36:18 -0600 |
| commit | 0699df95c8a6c177940ef2abbc97f21ad4b86ebf (patch) | |
| tree | 8f030d540263e588083c0b097a329271dcf62296 | |
| parent | e07324e30fbb24e89fd63d1c5a5fe485f693a45c (diff) | |
| download | python-openstackclient-0699df95c8a6c177940ef2abbc97f21ad4b86ebf.tar.gz | |
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
| -rw-r--r-- | bindep.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 00000000..c5ae6c60 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,10 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see https://docs.openstack.org/infra/bindep/ for additional information. + +gcc [compile test] +libffi-devel [platform:rpm] +libffi-dev [compile test platform:dpkg] +libffi6 [platform:dpkg] +libssl-dev [compile test platform:dpkg] +python3-dev [compile test platform:dpkg] +python3-devel [compile test platform:rpm] |
