commit: 1053883d54e96bfdc5a7e66d3ead9740ffdbb14b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jul 6 13:35:40 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jul 6 13:50:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1053883d
net-analyzer/wtfis: Require pydantic<2 Bug: https://github.com/pirxthepilot/wtfis/issues/48 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-analyzer/wtfis/{wtfis-0.6.1.ebuild => wtfis-0.6.1-r1.ebuild} | 1 + net-analyzer/wtfis/wtfis-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-analyzer/wtfis/wtfis-0.6.1.ebuild b/net-analyzer/wtfis/wtfis-0.6.1-r1.ebuild similarity index 95% rename from net-analyzer/wtfis/wtfis-0.6.1.ebuild rename to net-analyzer/wtfis/wtfis-0.6.1-r1.ebuild index dc39ae77fcb0..7266cdab9d66 100644 --- a/net-analyzer/wtfis/wtfis-0.6.1.ebuild +++ b/net-analyzer/wtfis/wtfis-0.6.1-r1.ebuild @@ -22,6 +22,7 @@ LICENSE="MIT" SLOT="0" RDEPEND=" + <dev-python/pydantic-2[${PYTHON_USEDEP}] >=dev-python/pydantic-1.10.2[${PYTHON_USEDEP}] >=dev-python/python-dotenv-0.21.0[${PYTHON_USEDEP}] >=dev-python/requests-2.28.1[${PYTHON_USEDEP}] diff --git a/net-analyzer/wtfis/wtfis-9999.ebuild b/net-analyzer/wtfis/wtfis-9999.ebuild index 4ab2cc180a22..4f7452d042b6 100644 --- a/net-analyzer/wtfis/wtfis-9999.ebuild +++ b/net-analyzer/wtfis/wtfis-9999.ebuild @@ -22,6 +22,7 @@ LICENSE="MIT" SLOT="0" RDEPEND=" + <dev-python/pydantic-2[${PYTHON_USEDEP}] >=dev-python/pydantic-1.10.2[${PYTHON_USEDEP}] >=dev-python/python-dotenv-0.21.0[${PYTHON_USEDEP}] >=dev-python/requests-2.28.1[${PYTHON_USEDEP}]