commit:     fdfc086f341f037dea4dd9ae3b6e94dbb3ed48ba
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  3 09:44:37 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 09:44:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfc086f

dev-python/openapi-spec-validator: Fix dependencies

Closes: https://bugs.gentoo.org/868162
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...dator-0.5.0.ebuild => openapi-spec-validator-0.5.0-r1.ebuild} | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0.ebuild 
b/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0-r1.ebuild
similarity index 85%
rename from 
dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0.ebuild
rename to 
dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0-r1.ebuild
index e6eeebc3d5af..1f646e897835 100644
--- a/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0.ebuild
+++ b/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0-r1.ebuild
@@ -23,14 +23,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~riscv"
 
 RDEPEND="
-       >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-       dev-python/jsonschema-spec[${PYTHON_USEDEP}]
-       >=dev-python/openapi-schema-validator-0.2.0[${PYTHON_USEDEP}]
+       >=dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}]
+       >=dev-python/jsonschema-spec-0.1.1[${PYTHON_USEDEP}]
+       >=dev-python/lazy-object-proxy-1.7.1[${PYTHON_USEDEP}]
+       >=dev-python/openapi-schema-validator-0.3.2[${PYTHON_USEDEP}]
        >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
        dev-python/requests[${PYTHON_USEDEP}]
        dev-python/setuptools[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '
-               dev-python/importlib_resources[${PYTHON_USEDEP}]
+               >=dev-python/importlib_resources-5.8.0[${PYTHON_USEDEP}]
        ' 3.8)
 "
 

Reply via email to