summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-06 15:35:40 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-06 15:50:09 +0200
commit1053883d54e96bfdc5a7e66d3ead9740ffdbb14b (patch)
tree4d9f0f557c7371864706d5b5e7a01008178339da /net-analyzer/wtfis
parentsys-kernel/vanilla-sources: add 6.4.2, drop 6.4.1 (diff)
downloadgentoo-1053883d54e96bfdc5a7e66d3ead9740ffdbb14b.tar.gz
gentoo-1053883d54e96bfdc5a7e66d3ead9740ffdbb14b.tar.bz2
gentoo-1053883d54e96bfdc5a7e66d3ead9740ffdbb14b.zip
net-analyzer/wtfis: Require pydantic<2
Bug: https://github.com/pirxthepilot/wtfis/issues/48 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/wtfis')
-rw-r--r--net-analyzer/wtfis/wtfis-0.6.1-r1.ebuild (renamed from net-analyzer/wtfis/wtfis-0.6.1.ebuild)1
-rw-r--r--net-analyzer/wtfis/wtfis-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.6.1.ebuild b/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}]