Refresh bindep config

- remove obsolete other-requirements.txt file
- adds tox-bindep to tox.ini in order to check requirements before
  running.

Change-Id: I8f0a280664e0c926799f016e204d5437e4948675
Reference: https://docs.openstack.org/infra/bindep/readme.html
This commit is contained in:
Sorin Sbarnea 2021-01-28 13:44:00 +00:00
parent bdd0d21500
commit acee42f034
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +0,0 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see https://docs.openstack.org/infra/bindep/ for additional information.
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]

View File

@ -2,6 +2,8 @@
minversion = 3.9.0
envlist = linters
skipdist = True
requires =
tox-bindep>=0.2.1
[testenv]
usedevelop = True