python311Packages.azure-storage-queue: refactor

This commit is contained in:
Fabian Affolter
2024-01-06 11:01:26 +01:00
parent 38c7421ffc
commit 14a4c8d46e
@@ -5,13 +5,14 @@
, fetchPypi
, isodate
, pythonOlder
, setuptools
, typing-extensions
}:
buildPythonPackage rec {
pname = "azure-storage-queue";
version = "12.9.0";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,6 +21,10 @@ buildPythonPackage rec {
hash = "sha256-mBAbDhfaDUcM9XALbEDP50Q57Dycds84OYCW5zcbnRs=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
azure-core
cryptography