1 { lib, buildPythonPackage, fetchPypi, isPy27
8 buildPythonPackage rec {
10 pname = "azure-mgmt-imagebuilder";
14 inherit pname version;
15 hash = "sha256-XmGIzw+yGYgdaNGZJClFRl531BGsQUH+HESUXGVK6TI=";
19 propagatedBuildInputs = [
29 pythonImportsCheck = [
32 "azure.mgmt.imagebuilder"
36 description = "Microsoft Azure Image Builder Client Library for Python";
37 homepage = "https://github.com/Azure/azure-sdk-for-python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ jonringer ];