use the correct package name for microversion-parse

As of Ib97eea1037fac541c8ebadc526ae9c3bb160f685 the
requirements check job nolonger uses pkg_resources
to normalise the package names, this highlighted that
we are not using the actuall name and were relying on
that normalization for microversion-parse.

This change fixes that by using the correct name.

Change-Id: I5fb1717b6ce3662edf35a1ced10bc5fcbcd8fa07
Signed-off-by: Sean Mooney <work@seanmooney.info>
This commit is contained in:
Sean Mooney
2025-11-12 11:24:16 +00:00
parent b5725d6ea6
commit f258537335

View File

@@ -44,5 +44,5 @@ taskflow>=3.8.0 # Apache-2.0
WebOb>=1.8.5 # MIT
WSME>=0.9.2 # MIT
networkx>=2.4 # BSD
microversion_parse>=0.2.1 # Apache-2.0
microversion-parse>=0.2.1 # Apache-2.0
futurist>=1.8.0 # Apache-2.0