f6757510c1
This adds launchpadlib as a dep to jeepyb so that our assemble script can install it alongside all the other jeepyb deps when building Gerrit images. This way we don't need to install python3-launchpadlib anymore and can use our base python images with Gerrit. Depends-On: https://review.opendev.org/c/opendev/system-config/+/870118 Change-Id: I94fb9c7f16aa6c12840b54dac5e272950b4dea0c
17 lines
387 B
Plaintext
17 lines
387 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.
|
|
pbr>=1.6
|
|
|
|
gerritlib>=0.10.0
|
|
launchpadlib>=1.10.13
|
|
PyMySQL
|
|
paramiko>=1.13.0
|
|
PyGithub
|
|
PyYAML>=3.1.0
|
|
pkginfo
|
|
PyRSS2Gen
|
|
python-swiftclient>=2.2.0
|
|
requests!=2.8.0,>=2.5.2
|
|
six>=1.9.0
|