Strip specifiers in dependency version strings
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 9 Oct 2021 16:57:22 +0000 (16:57 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 9 Oct 2021 16:57:22 +0000 (16:57 +0000)
commit6f1c33f05d3334c44d2afd4a8b062f18111e1846
tree8e044fbe95986e1f4136829b6c57e13f150d82d1
parente7543a4ea7d8427f6590102f3f3d81a7548e808e
Strip specifiers in dependency version strings

When comparing installed module names with the package dependencies,
chop off the version specifiers included with the requirements
strings in order to ease matching them.
mudpy/version.py