Skip to content

Commit 0850d89

Browse files
committed
remove osc from project explicit dependencies
OSC is not really required to use otcextensions. It provides, however, plugin to OSC which will be used if required
1 parent e7c7bfc commit 0850d89

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
# of appearance. Changing the order has an impact on the overall integration
33
# process, which may cause wedges in the gate later.
44

5-
python-openstackclient>=3.14.0 # Apache-2.0
65
openstacksdk>=0.16.0 # Apache-2.0
76
boto3>=1.4.6 # ASL-2.0

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stestr>=1.0.0 # Apache-2.0
1414
testrepository>=0.0.18 # Apache-2.0/BSD
1515
testscenarios>=0.4 # Apache-2.0/BSD
1616
testtools>=2.2.0 # MIT
17-
python-openstackclient!=3.12.0 # Apache-2.0
17+
python-openstackclient>=3.12.1 # Apache-2.0
1818
tempest>=17.1.0 # Apache-2.0
1919

2020
boto3>=1.4.6 # ASL-2.0

0 commit comments

Comments
 (0)