debian: add dependency on python-elementpath (#37815)

This commit is contained in:
Benjamin Dauvergne 2019-11-20 11:53:30 +01:00
parent b36c1a1f61
commit 78c22b25d9
1 changed files with 5 additions and 3 deletions

8
debian/control vendored
View File

@ -17,13 +17,15 @@ X-Python-Version: >= 2.6
Package: python-xmlschema
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
${python:Depends},
python-elementpath
Description: XML Schema validator and data conversion library for Python
This package is targeting Python version 2.
Package: python3-xmlschema
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
${python3:Depends},
python3-elementpath
Description: XML Schema validator and data conversion library for Python
This package is targeting Python version 2.
This package is targeting Python version 3.