11 buildPythonPackage rec {
12 pname = "azure-mgmt-datafactory";
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-9WMsfVh9ca/nbbTPVuj1BwhIv6kGZlPbTzqzhvadBps=";
27 propagatedBuildInputs = [
36 pythonImportsCheck = [
37 "azure.mgmt.datafactory"
41 description = "This is the Microsoft Azure Data Factory Management Client Library";
42 homepage = "https://github.com/Azure/azure-sdk-for-python";
43 changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-datafactory_${version}/sdk/datafactory/azure-mgmt-datafactory";
44 license = licenses.mit;
45 maintainers = with maintainers; [ maxwilson ];