11 buildPythonPackage rec {
12 pname = "azure-datalake-store";
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 sha256 = "sha256-BbbeYu4/KgpuaUHmkzt5K4AMPn9v/OL8MkvBmHV1c5M=";
23 propagatedBuildInputs = [
34 description = "This project is the Python filesystem library for Azure Data Lake Store";
35 homepage = "https://github.com/Azure/azure-sdk-for-python";
36 license = licenses.mit;
37 maintainers = with maintainers; [ maxwilson ];