1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

manilaclient: 4.9.1 -> 5.0.0 (#339574)

This commit is contained in:
Weijia Wang 2024-09-09 00:23:05 +02:00 committed by GitHub
commit ec4ce1f922
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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