From f25853733515f1e3e56407263c1da2e0c4a356cb Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Wed, 12 Nov 2025 11:24:16 +0000 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 23305dc2e..489238a18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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