diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-08-29 18:28:37 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-01 20:02:28 +0300 |
commit | 3db494842fd95af341c87039177b691469e26bbb (patch) | |
tree | 577d6652fd8b1ffe4aba9cbba4478d4b5c7f17ac /net-analyzer | |
parent | dev-python/elementpath: Stabilize 4.1.5 ALLARCHES, #913424 (diff) | |
download | gentoo-3db494842fd95af341c87039177b691469e26bbb.tar.gz gentoo-3db494842fd95af341c87039177b691469e26bbb.tar.bz2 gentoo-3db494842fd95af341c87039177b691469e26bbb.zip |
net-analyzer/wtfis: fix dependency
Closes: https://bugs.gentoo.org/911831
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild (renamed from net-analyzer/wtfis/wtfis-0.6.1-r1.ebuild) | 1 | ||||
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.6.2-r1.ebuild (renamed from net-analyzer/wtfis/wtfis-0.6.2.ebuild) | 1 | ||||
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.7.0-r1.ebuild (renamed from net-analyzer/wtfis/wtfis-0.7.0.ebuild) | 1 | ||||
-rw-r--r-- | net-analyzer/wtfis/wtfis-9999.ebuild | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.6.1-r1.ebuild b/net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild index 7266cdab9d66..e10203eef827 100644 --- a/net-analyzer/wtfis/wtfis-0.6.1-r1.ebuild +++ b/net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild @@ -27,6 +27,7 @@ RDEPEND=" >=dev-python/python-dotenv-0.21.0[${PYTHON_USEDEP}] >=dev-python/requests-2.28.1[${PYTHON_USEDEP}] >=dev-python/rich-12.6.0[${PYTHON_USEDEP}] + <dev-python/rich-13.5.0[${PYTHON_USEDEP}] >=net-analyzer/shodan-1.28.0[${PYTHON_USEDEP}] " BDEPEND=" diff --git a/net-analyzer/wtfis/wtfis-0.6.2.ebuild b/net-analyzer/wtfis/wtfis-0.6.2-r1.ebuild index 90a04b2348d5..65fc9e8d4f00 100644 --- a/net-analyzer/wtfis/wtfis-0.6.2.ebuild +++ b/net-analyzer/wtfis/wtfis-0.6.2-r1.ebuild @@ -26,6 +26,7 @@ RDEPEND=" >=dev-python/python-dotenv-0.21.0[${PYTHON_USEDEP}] >=dev-python/requests-2.28.1[${PYTHON_USEDEP}] >=dev-python/rich-12.6.0[${PYTHON_USEDEP}] + <dev-python/rich-13.5.0[${PYTHON_USEDEP}] >=net-analyzer/shodan-1.28.0[${PYTHON_USEDEP}] " BDEPEND=" diff --git a/net-analyzer/wtfis/wtfis-0.7.0.ebuild b/net-analyzer/wtfis/wtfis-0.7.0-r1.ebuild index aaad234ddcfb..c710b351a5ba 100644 --- a/net-analyzer/wtfis/wtfis-0.7.0.ebuild +++ b/net-analyzer/wtfis/wtfis-0.7.0-r1.ebuild @@ -26,6 +26,7 @@ RDEPEND=" >=dev-python/python-dotenv-1.0.0[${PYTHON_USEDEP}] >=dev-python/requests-2.31.0[${PYTHON_USEDEP}] >=dev-python/rich-13.4.2[${PYTHON_USEDEP}] + <dev-python/rich-13.5.0[${PYTHON_USEDEP}] >=net-analyzer/shodan-1.29.1[${PYTHON_USEDEP}] " BDEPEND=" diff --git a/net-analyzer/wtfis/wtfis-9999.ebuild b/net-analyzer/wtfis/wtfis-9999.ebuild index 3d0c505fad66..2d1aacc2f992 100644 --- a/net-analyzer/wtfis/wtfis-9999.ebuild +++ b/net-analyzer/wtfis/wtfis-9999.ebuild @@ -26,6 +26,7 @@ RDEPEND=" >=dev-python/python-dotenv-1.0.0[${PYTHON_USEDEP}] >=dev-python/requests-2.31.0[${PYTHON_USEDEP}] >=dev-python/rich-13.4.2[${PYTHON_USEDEP}] + <dev-python/rich-13.5.0[${PYTHON_USEDEP}] >=net-analyzer/shodan-1.29.1[${PYTHON_USEDEP}] " BDEPEND=" |