From e77cc3c011819757d1a01ea6b8c5953b7c959594 Mon Sep 17 00:00:00 2001 From: Luiz Felipe Kina Date: Thu, 12 Jan 2023 06:56:04 -0500 Subject: [PATCH] Change version requirement of netaddr Netaddr is using version 0.7.19 on remote cli. Because of this version, commands being executed towards platform apis are causing a syntax warning. This fix changes the minimum requirement of netaddr to 0.7.20 to address a fix for this warning. Test Plan: PASS: Build debian iso and perform fresh install. PASS Build python3 wheels tarball on Debian and build stx-platformclients image on Debian. Closes-Bug: 1999563 Signed-off-by: Luiz Felipe Kina Change-Id: I0c111875f622be9696bf143b321f1a8dfd594c7f --- openstack/python-platformclients/lower-constraints.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 openstack/python-platformclients/lower-constraints.txt diff --git a/openstack/python-platformclients/lower-constraints.txt b/openstack/python-platformclients/lower-constraints.txt new file mode 100644 index 00000000..8a0edf96 --- /dev/null +++ b/openstack/python-platformclients/lower-constraints.txt @@ -0,0 +1 @@ +netaddr==0.7.20