17 buildPythonPackage rec {
23 inherit pname version;
24 hash = "sha256-k0+ATy+JW824bx6u4ja2YQE1YO5p7BCNKc3W5fKSotk=";
40 propagatedBuildInputs = [ lxml ];
48 # Full git clone required for test_doc_examples
49 "tests/test_doc_examples.py"
50 # test_reinitialize_module segfaults python
51 # https://github.com/mehcode/python-xmlsec/issues/203
52 "tests/test_xmlsec.py"
55 pythonImportsCheck = [ "xmlsec" ];
58 description = "Python bindings for the XML Security Library";
59 homepage = "https://github.com/mehcode/python-xmlsec";
60 license = licenses.mit;
61 maintainers = with maintainers; [ zhaofengli ];