Make LICENSE recognizable by GitHub. (#4598)

This commit is contained in:
Todd Gamblin
2017-06-24 22:22:55 -07:00
committed by GitHub
parent add971e416
commit cac4362f64
1854 changed files with 2264 additions and 2125 deletions

View File

@@ -7,7 +7,7 @@
# LLNL-CODE-647188
#
# For details, see https://github.com/llnl/spack
# Please also see the LICENSE file for our notice and the LGPL.
# Please also see the NOTICE and LICENSE files for our notice and the LGPL.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License (as
@@ -42,6 +42,6 @@ class Httpie(PythonPackage):
depends_on('py-pysocks', type=('build', 'run'), when="+socks")
# Concretization problem breaks this. Unconditional for now...
# https://github.com/LLNL/spack/issues/3628
# depends_on('py-argparse@1.2.1:', type=('build', 'run'),
# 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'))