
The pip team is planning to depreciate the '--use-deprecated legacy-resolver' install option. This change removes the option and fixes requirements inconsistencies. Test Plan: PASS: Verify that tox runs without issues. PASS: Build snmp package and install it. PASS: Upload and apply snmp application and check if pod is running. PASS: Perform snmpget/bulk/walk commands and verify they work. PASS: Check traps are generated. Closes-bug: 1966075 Signed-off-by: Agustin Carranza <agustin.carranza@windriver.com> Change-Id: Ib7fd2cdea5bbd62a7462827971485fd5121ebdce
27 lines
656 B
Plaintext
27 lines
656 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
flake8<3.8.0
|
|
pycodestyle<2.6.0 # MIT License
|
|
hacking>=1.1.0,<=2.0.0 # Apache-2.0
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
mock>=2.0.0 # BSD
|
|
passlib>=1.7.0
|
|
psycopg2-binary
|
|
python-subunit>=0.0.18
|
|
requests-mock>=0.6.0 # Apache-2.0
|
|
sphinx>=1.8.4
|
|
oslosphinx>=4.18.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=1.0.0 # Apache-2.0
|
|
testrepository>=0.0.18
|
|
testtools!=1.2.0,>=0.9.36
|
|
tempest-lib
|
|
ipaddr
|
|
pytest
|
|
pyudev
|
|
migrate
|
|
markupsafe
|