Loading pkgs/development/python-modules/azure-appconfiguration/default.nix +11 −6 Original line number Diff line number Diff line { lib , pythonOlder , isodate , fetchPypi , buildPythonPackage , azure-core , buildPythonPackage , fetchPypi , isodate , pythonOlder , setuptools }: buildPythonPackage rec { pname = "azure-appconfiguration"; version = "1.6.0"; format = "setuptools"; pyporject = true; disabled = pythonOlder "3.7"; Loading @@ -18,7 +19,11 @@ buildPythonPackage rec { hash = "sha256-z2KKPh6mZDR5ZDzSRt2kZO3Eq3hXQzOaao/oCbwTf+w="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ azure-core isodate ]; Loading Loading
pkgs/development/python-modules/azure-appconfiguration/default.nix +11 −6 Original line number Diff line number Diff line { lib , pythonOlder , isodate , fetchPypi , buildPythonPackage , azure-core , buildPythonPackage , fetchPypi , isodate , pythonOlder , setuptools }: buildPythonPackage rec { pname = "azure-appconfiguration"; version = "1.6.0"; format = "setuptools"; pyporject = true; disabled = pythonOlder "3.7"; Loading @@ -18,7 +19,11 @@ buildPythonPackage rec { hash = "sha256-z2KKPh6mZDR5ZDzSRt2kZO3Eq3hXQzOaao/oCbwTf+w="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ azure-core isodate ]; Loading