12 buildPythonPackage rec {
13 pname = "azure-mgmt-datamigration";
15 format = "setuptools";
18 inherit pname version;
20 sha256 = "5cee70f97fe3a093c3cb70c2a190c2df936b772e94a09ef7e3deb1ed177c9f32";
23 propagatedBuildInputs = [
28 ] ++ lib.optionals (!isPy3k) [
32 pythonNamespaces = [ "azure.mgmt" ];
38 description = "This is the Microsoft Azure Data Migration Client Library";
39 homepage = "https://github.com/Azure/azure-sdk-for-python";
40 license = licenses.mit;
41 maintainers = with maintainers; [ jonringer maxwilson ];