commit: 899a1631754bf85151b4151ffb8afefa963e7a41 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org> AuthorDate: Thu Feb 23 22:30:51 2023 +0000 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org> CommitDate: Thu Feb 23 22:31:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899a1631
net-misc/httpie: 3.2.1-r1 revbump; missing deps added. Closes: https://bugs.gentoo.org/895850 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org> net-misc/httpie/{httpie-3.2.1.ebuild => httpie-3.2.1-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/httpie/httpie-3.2.1.ebuild b/net-misc/httpie/httpie-3.2.1-r1.ebuild similarity index 93% rename from net-misc/httpie/httpie-3.2.1.ebuild rename to net-misc/httpie/httpie-3.2.1-r1.ebuild index fce9a5dd2920..b24ab5442eee 100644 --- a/net-misc/httpie/httpie-3.2.1.ebuild +++ b/net-misc/httpie/httpie-3.2.1-r1.ebuild @@ -21,6 +21,8 @@ RDEPEND=" dev-python/charset_normalizer[${PYTHON_USEDEP}] dev-python/defusedxml[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] + dev-python/multidict[${PYTHON_USEDEP}] + dev-python/rich[${PYTHON_USEDEP}] >=dev-python/requests-2.22.0[${PYTHON_USEDEP}] >=dev-python/requests-toolbelt-0.9.1[${PYTHON_USEDEP}] "
