py-unittest2: fix dependencies (#13382)
This commit is contained in:
parent
79c28331d2
commit
baeec6a94e
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@ class PyUnittest2(PythonPackage):
|
|||
version('1.1.0', sha256='22882a0e418c284e1f718a822b3b022944d53d2d908e1690b319a9d3eb2c0579')
|
||||
|
||||
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-six@1.4:', type=('build', 'run'))
|
||||
depends_on('py-argparse', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue