f45ee765f9
netaddr 0.10 added flags to define the semantics while parsing IP addresses. available are inet_pton() and inet_aton() semantics, which inet_aton() semantics the default in 0.10 and inet_pton() the default in 1.x. As the testsuite specifically tests for aton semantics, set that flag. Change-Id: I06eec5619f958f6c4b90f6068c361a18c2356be6
8 lines
338 B
Plaintext
8 lines
338 B
Plaintext
# Requirements lower bounds listed here are our best effort to keep them up to
|
|
# date but we do not test them so no guarantee of having them all correct. If
|
|
# you find any incorrect lower bounds, let us know or propose a fix.
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
netaddr>=0.10.0 # BSD
|
|
ovs>=2.10.0 # Apache-2.0
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|