manilaclient: 4.9.1 -> 5.0.0 (#339574)
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
oslo-utils,
|
||||
prettytable,
|
||||
requests,
|
||||
simplejson,
|
||||
setuptools,
|
||||
sphinxHook,
|
||||
sphinxcontrib-programoutput,
|
||||
@@ -23,12 +22,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-manilaclient";
|
||||
version = "4.9.1";
|
||||
version = "5.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-TebykdG0fkeC+5Vs9eiwuJpXam41gg8gR4F2poYKDhI=";
|
||||
hash = "sha256-Mk/MSEYj/poibXl+h318gN3rTuNC/ebhKYO3/ACA4II=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -48,7 +47,6 @@ buildPythonPackage rec {
|
||||
oslo-utils
|
||||
prettytable
|
||||
requests
|
||||
simplejson
|
||||
babel
|
||||
osc-lib
|
||||
python-keystoneclient
|
||||
|
||||
Reference in New Issue
Block a user