summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexts/pip_find_deps.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/exts/pip_find_deps.py b/exts/pip_find_deps.py
index 591f614..aa49e22 100755
--- a/exts/pip_find_deps.py
+++ b/exts/pip_find_deps.py
@@ -171,6 +171,8 @@ def check_gt(dep, version):
warn('conflict! < %s conflicts with > %s'
% (dep.less_than, version))
dep.conflicts.append((('<', dep.less_than), ('>', version)))
+ else:
+ dep.greater_than = version
def resolve_version_constraints(requirements):
build_deps = {}