From 68415f0fe5b831f8b68aa7eec2fcf0ae8c445701 Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Wed, 29 Mar 2017 16:59:54 -0700 Subject: Concretization problem breaks httpie dependency (#3629) * Concretization problem breaks httpie dependency Concretization problem breaks this. Unconditional for now... https://github.com/LLNL/spack/issues/3628 * Flake8 cleanups --- var/spack/repos/builtin/packages/httpie/package.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/httpie/package.py b/var/spack/repos/builtin/packages/httpie/package.py index abd013c1bd..0981dc2d3d 100644 --- a/var/spack/repos/builtin/packages/httpie/package.py +++ b/var/spack/repos/builtin/packages/httpie/package.py @@ -40,4 +40,8 @@ class Httpie(PythonPackage): depends_on('py-pygments@2.1.3:', type=('build', 'run')) depends_on('py-requests@2.11.0:', type=('build', 'run')) depends_on('py-pysocks', type=('build', 'run'), when="+socks") - depends_on('py-argparse@1.2.1:', type=('build', 'run'), when='^python@:2.6,3.0:3.1') + # Concretization problem breaks this. Unconditional for now... + # https://github.com/LLNL/spack/issues/3628 + # depends_on('py-argparse@1.2.1:', type=('build', 'run'), + # when='^python@:2.6,3.0:3.1') + depends_on('py-argparse@1.2.1:', type=('build', 'run')) -- cgit v1.2.3-70-g09d2