Source: pyjunitxml
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9), 
 python3-all,
 dh-python
Build-Depends-Indep: subunit (>= 0.0.2), python3-subunit
Standards-Version: 4.1.1
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.0
Homepage: https://launchpad.net/pyjunitxml

Package: python3-junitxml
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: PyUnit extension for reporting in JUnit compatible XML
 junitxml is a Python module for recording test results from a stdlib unittest
 runner in a JUnit compatible XML stream.
 .
 This package contains the junitxml module for Python 3.x.
