mbox series

[0/2] python3-jsonschema: Fix rfc3339 validation dependencies in #kirkstone

Message ID 20230913140839.2764190-1-stephan.wurm@a-eberle.de
Headers show
Series python3-jsonschema: Fix rfc3339 validation dependencies in #kirkstone | expand

Message

Stephan Wurm Sept. 13, 2023, 2:08 p.m. UTC
The project changed its dependency for rfc3339 validation from package
"python3-strict-rfc3339" to package "python3-rfc3339-validation" after
v3.2.0.
But the v4.4.0 recipe in #kirkstone does not reflect this change and
still depends on package "python3-strict-rfc3339" when "format" is set
in PACKAGECONFIG.

Newer branches are not affected; "python3-strict-rfc3339" was even
removed completely.

Stephan Wurm (2):
  python3-jsonschema: Update homepage URL
  python3-jsonschema: Fix rfc3339 validation dependencies

 meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)