Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-08-26 17:48:26 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2020-08-26 17:48:26 +0300
commitcff06d3dc719f5277ca9229d42153e5073a03f7e (patch)
treea8a0bac1cbd931c67538ebdfb165c32dd2ce48de
parent0d4ddc942221483b40b65f9cb73ca4715049f075 (diff)
Further relax unique-version check for python modules
-rwxr-xr-xcalm/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calm/package.py b/calm/package.py
index 75f5f9f..d59586a 100755
--- a/calm/package.py
+++ b/calm/package.py
@@ -872,7 +872,7 @@ def validate_packages(args, packages):
# ignore Python module packages, as we may keep old versions of
# those
- if re.match(r'^python[23][567]-.*', install_p):
+ if re.match(r'^python[23][5678]?-.*', install_p):
continue
# ignore packages which don't have a current version (i.e. are test