Add binary requirements file

Currently OpenStack CI isntalls too much requirements even for simple
jobs like PEP8 (zookeeperd anyone?). This file should fix that.

Change-Id: I9ecd50a38e1efc430699c6d9ebd1f39b13864fd9
This commit is contained in:
Yuriy Taraday 2016-04-12 12:43:06 +03:00
parent 912f3512c7
commit 0508a5a070
1 changed files with 4 additions and 0 deletions

4
other-requirements.txt Normal file
View File

@ -0,0 +1,4 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
# Empty since we shouldn't require any external binary dependencies.