From 689411689e49b3bc403c11a6d785cb6ee2330dd8 Mon Sep 17 00:00:00 2001 From: Miro Tomaska Date: Fri, 10 Oct 2025 09:29:47 -0400 Subject: [PATCH] Remove no longer needed osc cli dependencies These dependencies are no longer required since the osc client code was moved [1]. [1] https://review.opendev.org/c/openstack/tap-as-a-service/+/960849 Change-Id: I90306fe8439ed9cb03c1b6bbc54989cc5d123cd8 Signed-off-by: Miro Tomaska --- requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 845f6d10..082967bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,6 @@ pbr>=5.5.0 # Apache-2.0 neutron>=16.0.0.0b1 # Apache-2.0 neutron-lib>=2.11.0 # Apache-2.0 -openstacksdk>=0.102.0 # Apache-2.0 -python-openstackclient>=3.12.0 # Apache-2.0 -osc-lib>=2.3.0 # Apache-2.0 # Opt-in for neutron-lib consumption patches # http://lists.openstack.org/pipermail/openstack-dev/2018-September/135063.html