From 03ac66a4e530000e7fc5851440945d6da0ea5d05ffcfa69737aeed879d98e975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 6 Oct 2025 09:02:25 +0000 Subject: [PATCH] fix folder name OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-schema-validator?expand=0&rev=25 --- python-openapi-schema-validator.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openapi-schema-validator.spec b/python-openapi-schema-validator.spec index 1a112cd..3b1df4f 100644 --- a/python-openapi-schema-validator.spec +++ b/python-openapi-schema-validator.spec @@ -49,7 +49,7 @@ is an extended subset of the JSON Schema Specification Wright Draft 00. %prep -%autosetup -p1 -n openapi_schema_validator-%{version} +%autosetup -p1 -n openapi-schema-validator-%{version} sed -i 's:tool.pytest.ini_options:hide:' pyproject.toml %build