summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-unittest2/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-unittest2/package.py b/var/spack/repos/builtin/packages/py-unittest2/package.py
index bdac19d855..8aa4a3e705 100644
--- a/var/spack/repos/builtin/packages/py-unittest2/package.py
+++ b/var/spack/repos/builtin/packages/py-unittest2/package.py
@@ -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'))