f8984796e3
Fixed versioning and adjusted some build files to bring them as close to a standard as possible. - Removed centos files - Added version tracking via GITREVCOUNT - Fixed mismatch in plugin name, set to python3-k8sapp-<app> - Standardized plugin debian files (rules, *.install) - Plugin wheels saved to /plugin instead of /plugin/<app> Test Plan: PASS - Build-pkgs -a PASS - Build-image PASS - Install, bootstrap, unlock PASS - app tarball contains wheel file PASS - wheel versioning updated properly Story: 2010542 Task: 47186 Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com> Change-Id: I0e8e26d3baf364a8bd6b2e7b9e23c7dd3d91634b
27 lines
666 B
Plaintext
27 lines
666 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===1.0.0
|
|
ipaddr
|
|
pytest
|
|
pyudev
|
|
migrate
|
|
markupsafe
|