12 buildPythonPackage rec {
13 pname = "azure-mgmt-datamigration";
17 inherit pname version;
19 sha256 = "c33d1deb0ee173a15c8ec21a1e714ba544fe5f4895d3b1d8b0581f3c1b2e8ce4";
22 propagatedBuildInputs = [
26 ] ++ lib.optionals (!isPy3k) [
30 pythonNamespaces = [ "azure.mgmt" ];
36 description = "This is the Microsoft Azure Data Migration Client Library";
37 homepage = "https://github.com/Azure/azure-sdk-for-python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ jonringer maxwilson ];