7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-ZgCqMx8X7uODNhH3GJmkOnZhLKdVoVdpzyBJLEsaoBY=";
19 pythonImportsCheck = [
24 description = "Library to convert a Python dictionary into an XML string";
25 homepage = "https://github.com/delfick/python-dict2xml";
26 license = licenses.mit;
27 maintainers = with maintainers; [ johnazoidberg ];