Python 3.8 removed the linux_distribution support, we need to switch to the distro package. To pass testing, we need to update to a newer flake8 version. Also update setuptools annotation since Python 2.x support has been dropped. Change-Id: I40768af80ff376866b1070026a93fd3f4bb1c2e4
6 lines
249 B
Plaintext
6 lines
249 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.
|
|
distro
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|