add package py-xmlrunner and fix unittest2 dependency (#3260)

* add package py-xmlrunner and fix unittest2 dependency

* add setuptools dependency
This commit is contained in:
healther
2017-03-01 14:51:05 +01:00
committed by Adam J. Stewart
parent d5884bdb78
commit 2fb179f55b
2 changed files with 38 additions and 0 deletions

View File

@@ -35,3 +35,4 @@ class PyUnittest2(PythonPackage):
version('1.1.0', 'f72dae5d44f091df36b6b513305ea000')
depends_on('py-setuptools', type='build')
depends_on('py-enum34', when='^python@:3.3')