add missing dependency to py-unittest2 (#6447)
This commit is contained in:
parent
65fd350eb4
commit
ca90372f74
1 changed files with 3 additions and 0 deletions
|
@ -36,3 +36,6 @@ class PyUnittest2(PythonPackage):
|
|||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-enum34', when='^python@:3.3', type=('build', 'run'))
|
||||
depends_on('py-traceback2', type=('build', 'run'))
|
||||
depends_on('py-six', type=('build', 'run'))
|
||||
depends_on('py-argparse', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue