py-unittest2: fix dependencies (#13382)

This commit is contained in:
Adam J. Stewart 2019-10-23 09:37:03 -05:00 committed by GitHub
parent 79c28331d2
commit baeec6a94e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'))