diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2018-10-25 23:56:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-25 23:56:03 +0200 |
commit | da537d2211f60b8e02f4acd6677b98f82a0cf2ff (patch) | |
tree | 8db9b68677d46774591d5099dfd10581dc557887 /.flake8 | |
parent | 534b71bdf10ce5331a08ed70a00e86a21b56df19 (diff) | |
download | spack-da537d2211f60b8e02f4acd6677b98f82a0cf2ff.tar.gz spack-da537d2211f60b8e02f4acd6677b98f82a0cf2ff.tar.bz2 spack-da537d2211f60b8e02f4acd6677b98f82a0cf2ff.tar.xz spack-da537d2211f60b8e02f4acd6677b98f82a0cf2ff.zip |
Fix autoload of direct dependencies for python (#9630)
fixes #9624
merge_config_rules was using `strict=False` to check if a spec
satisfies a constraint, which loosely translates to "this spec has
no conflict with the constraint, so I can potentially add it to the
spec". We want instead `strict=True` which means "the spec satisfies
the constraint right now".
Diffstat (limited to '.flake8')
0 files changed, 0 insertions, 0 deletions