13 buildPythonPackage rec {
14 pname = "azure-storage-file-share";
19 inherit pname version;
21 sha256 = "7503d05882970abc977529ff5a4b81e79f62fd51b238fe306f72e13f57a522ca";
24 propagatedBuildInputs = [
30 # requires checkout from monorepo
32 pythonImportsCheck = [
38 description = "Microsoft Azure File Share Storage Client Library for Python";
39 homepage = "https://github.com/Azure/azure-sdk-for-python";
40 license = licenses.mit;
41 maintainers = with maintainers; [