Add note about lower constraints

These haven't been untested since lower-constraints job was removed.

Also remove the existing note about old pip. Recent versions of pip can
resolve dependencies without requiring a specific order.

Change-Id: I037da94ca6a03e5f1f8fa74d6d7c00438be4c18d
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2026-07-16 23:19:46 +09:00
parent 86816e1195
commit 9e0c1e9db4
+3 -3
View File
@@ -1,6 +1,6 @@
# 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.
# 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.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
libvirt-python>=6.0.0 # LGPLv2+