diff options
| author | Zuul <zuul@review.opendev.org> | 2020-03-07 18:57:25 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-03-07 18:57:25 +0000 |
| commit | ee0170824fada41fae0da2d03106d3978fc1c697 (patch) | |
| tree | 279afa302e88a11a25628568ed0c5934baa885d0 | |
| parent | acccc54e7d03fc702e77290351dbe4d62835d2a5 (diff) | |
| parent | 0699df95c8a6c177940ef2abbc97f21ad4b86ebf (diff) | |
| download | python-openstackclient-ee0170824fada41fae0da2d03106d3978fc1c697.tar.gz | |
Merge "Add bindep file"
| -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] |
