forked from mirrors/nixpkgs
Merge pull request #173836 from r-ryantm/auto-update/python3.10-python-novaclient
python310Packages.python-novaclient: 17.7.0 -> 18.0.0
This commit is contained in:
commit
aff88dd8be
|
@ -9,6 +9,7 @@
|
|||
, oslo-serialization
|
||||
, pbr
|
||||
, prettytable
|
||||
, pythonOlder
|
||||
, requests-mock
|
||||
, stestr
|
||||
, testscenarios
|
||||
|
@ -16,11 +17,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-novaclient";
|
||||
version = "17.7.0";
|
||||
version = "18.0.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-Trwn9M4GwVW46ZGkRGO5NYWW5oVs8XHJr43HVo2Gi+0=";
|
||||
hash = "sha256-6esqm9ukZNggwQB3XDwvZJMIjfZq8T37kyXMa4ZcjSM=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue