From 10e38e25095de4b2dafbfcd1fd81dce7a9c0f124 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 18 Mar 2024 19:10:34 +0100 Subject: [PATCH] fix: wrong extra name for xml validation (#571) Signed-off-by: Christoph Reiter --- cyclonedx/validation/xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyclonedx/validation/xml.py b/cyclonedx/validation/xml.py index f868f4ee..0adff2dc 100644 --- a/cyclonedx/validation/xml.py +++ b/cyclonedx/validation/xml.py @@ -37,7 +37,7 @@ except ImportError as err: _missing_deps_error = MissingOptionalDependencyException( 'This functionality requires optional dependencies.\n' - 'Please install `cyclonedx-python-lib` with the extra "json-validation".\n' + 'Please install `cyclonedx-python-lib` with the extra "xml-validation".\n' ), err