13 buildPythonPackage rec {
14 pname = "azure-mgmt-datamigration";
16 format = "setuptools";
19 inherit pname version;
21 sha256 = "5cee70f97fe3a093c3cb70c2a190c2df936b772e94a09ef7e3deb1ed177c9f32";
24 propagatedBuildInputs = [
29 ] ++ lib.optionals (!isPy3k) [ azure-mgmt-nspkg ];
31 pythonNamespaces = [ "azure.mgmt" ];
37 description = "This is the Microsoft Azure Data Migration Client Library";
38 homepage = "https://github.com/Azure/azure-sdk-for-python";
39 license = licenses.mit;
40 maintainers = with maintainers; [