8 buildPythonPackage rec {
9 pname = "azure-servicefabric";
13 inherit pname version;
15 sha256 = "c15fd5e8fe33a12295435f16e007edcfd8f660547795742f9b74ef8fb3a431ba";
18 propagatedBuildInputs = [
27 description = "This project provides a client library in Python that makes it easy to consume Microsoft Azure Storage services";
28 homepage = "https://github.com/Azure/azure-sdk-for-python";
29 license = licenses.mit;
30 maintainers = with maintainers; [ maxwilson ];