Skip to content

Commit

Permalink
setup.cfg: [extras] for pip-installable driver requirement
Browse files Browse the repository at this point in the history
This patch update the version in [extras] section in setup.cfg

Partial-Bug: #1871846
Change-Id: Iea45d041a1622216854614ca16ac6f3d0408f949
  • Loading branch information
tushargite96 committed Aug 31, 2022
1 parent 743385a commit de7eca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions driver-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Document dependencies that are only used if using
# certain drivers. This file is not managed by
# requirements tools.
# check [extras] section of setup.cfg for versions.

# HPE 3PAR
python-3parclient>=4.2.10 # Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ all =
pyOpenSSL>=17.5.0 # Apache-2.0
storops>=0.5.10 # Apache-2.0
pywbem>=0.7.0 #LGPLv2.1+
python-3parclient>=4.1.0 # Apache-2.0
python-3parclient>=4.2.10 # Apache-2.0
krest>=1.3.0 # Apache-2.0
infinisdk>=103.0.1 # BSD-3
purestorage>=1.17.0 # BSD
Expand All @@ -101,7 +101,7 @@ unity =
fujitsu =
pywbem>=0.7.0 #LGPLv2.1+
hpe3par =
python-3parclient>=4.1.0 # Apache-2.0
python-3parclient>=4.2.10 # Apache-2.0
kaminario =
krest>=1.3.0 # Apache-2.0
ds8k =
Expand Down

0 comments on commit de7eca5

Please sign in to comment.