From a32c1e1552f859a3e145043dea20ebb967471acc Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Fri, 8 May 2020 06:07:22 -0500 Subject: [PATCH] Fix dfs-sdk package name in extra reqs This was causing a requirements repo cleanup script to not recognize the package was in use. Also adds a few missed extra packages to the All extra section. Change-Id: If4dfe5170f061ab2fa89b486ca1d09f5e719a679 Signed-off-by: Sean McGinnis --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d159b26fe07..0396306f742 100644 --- a/setup.cfg +++ b/setup.cfg @@ -99,8 +99,10 @@ all = krest>=1.3.0 # Apache-2.0 infinisdk>=103.0.1 # BSD-3 purestorage>=1.6.0 # BSD + rsd-lib>=1.1.0 # Apache-2.0 storpool>=4.0.0 # Apache-2.0 storpool.spopenstack>=2.2.1 # Apache-2.0 + dfs-sdk>=1.2.25 # Apache-2.0 datacore = websocket-client>=0.32.0 # LGPLv2+ powermax = @@ -127,5 +129,5 @@ storpool = storpool>=4.0.0 # Apache-2.0 storpool.spopenstack>=2.2.1 # Apache-2.0 datera = - dfs_sdk>=1.2.25 # Apache-2.0 + dfs-sdk>=1.2.25 # Apache-2.0