Loading pkgs/development/python-modules/azure-appconfiguration/default.nix +10 −13 Original line number Diff line number Diff line { lib , azure-core , buildPythonPackage , fetchPypi , isodate , pythonOlder , setuptools { lib, azure-core, buildPythonPackage, fetchPypi, isodate, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -19,9 +20,7 @@ buildPythonPackage rec { hash = "sha256-z2KKPh6mZDR5ZDzSRt2kZO3Eq3hXQzOaao/oCbwTf+w="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ azure-core Loading @@ -31,9 +30,7 @@ buildPythonPackage rec { # Tests are not shipped doCheck = false; pythonImportsCheck = [ "azure.appconfiguration" ]; pythonImportsCheck = [ "azure.appconfiguration" ]; meta = with lib; { description = "Microsoft App Configuration Data Library for Python"; Loading Loading
pkgs/development/python-modules/azure-appconfiguration/default.nix +10 −13 Original line number Diff line number Diff line { lib , azure-core , buildPythonPackage , fetchPypi , isodate , pythonOlder , setuptools { lib, azure-core, buildPythonPackage, fetchPypi, isodate, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -19,9 +20,7 @@ buildPythonPackage rec { hash = "sha256-z2KKPh6mZDR5ZDzSRt2kZO3Eq3hXQzOaao/oCbwTf+w="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ azure-core Loading @@ -31,9 +30,7 @@ buildPythonPackage rec { # Tests are not shipped doCheck = false; pythonImportsCheck = [ "azure.appconfiguration" ]; pythonImportsCheck = [ "azure.appconfiguration" ]; meta = with lib; { description = "Microsoft App Configuration Data Library for Python"; Loading