Loading pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -6,12 +6,15 @@ , azure-common , azure-mgmt-core , azure-mgmt-nspkg , isPy3k , pythonOlder }: buildPythonPackage rec { pname = "azure-mgmt-containerinstance"; version = "10.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; Loading @@ -24,14 +27,14 @@ buildPythonPackage rec { msrestazure azure-common azure-mgmt-core ] ++ lib.optionals (!isPy3k) [ azure-mgmt-nspkg ]; # has no tests doCheck = false; pythonImportsCheck = [ "azure.mgmt.containerinstance" ]; pythonImportsCheck = [ "azure.mgmt.containerinstance" ]; meta = with lib; { description = "This is the Microsoft Azure Container Instance Client Library"; Loading Loading
pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -6,12 +6,15 @@ , azure-common , azure-mgmt-core , azure-mgmt-nspkg , isPy3k , pythonOlder }: buildPythonPackage rec { pname = "azure-mgmt-containerinstance"; version = "10.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; Loading @@ -24,14 +27,14 @@ buildPythonPackage rec { msrestazure azure-common azure-mgmt-core ] ++ lib.optionals (!isPy3k) [ azure-mgmt-nspkg ]; # has no tests doCheck = false; pythonImportsCheck = [ "azure.mgmt.containerinstance" ]; pythonImportsCheck = [ "azure.mgmt.containerinstance" ]; meta = with lib; { description = "This is the Microsoft Azure Container Instance Client Library"; Loading