
Now openstack can generate reno file by tox, but there is an error in packstack when using "tox -e venv -- reno new filename" for there is no reno cmd in tox venv. We need add the reno cmd to venv for supporting the command above. Change-Id: I3d76c787ce2f8fe143ed6693d3ef95ec3af50db5
8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
os-testr>=0.4.1 # Apache-2.0
|
|
coverage
|
|
hacking>=0.9.5,<0.10
|
|
netaddr
|
|
pyOpenSSL
|
|
# releasenotes
|
|
reno>=1.8.0 # Apache-2.0
|