Commit 92c3a811 by Sébastien Eustace

Fix a dependency resolution bug that led to installation errors

parent 4f92bef9
# Change Log
## [Unreleased]
### Fixed
- Fixed a bug in dependency resolution which led to installation errors.
## [0.8.4] - 2018-04-18
### Fixed
......
......@@ -201,7 +201,7 @@ class Solver:
if python_version == '*':
continue
elif constraint == '*':
python_version = current
python_version = constraint
elif current.matches(previous):
python_version = constraint
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment