commit:     72dea5f1d2b3697b9dc4892a0f190d7f46e4e68a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 16:13:44 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 18:44:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72dea5f1

dev-python/python-dotenv: Remove the optional dep on ipython

Remove the optional test dependency on dev-python/ipython, it is more
trouble than it's worth.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-dotenv/python-dotenv-1.0.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/python-dotenv/python-dotenv-1.0.1.ebuild 
b/dev-python/python-dotenv/python-dotenv-1.0.1.ebuild
index cabb1615fc4e..8b29a3ee2ad6 100644
--- a/dev-python/python-dotenv/python-dotenv-1.0.1.ebuild
+++ b/dev-python/python-dotenv/python-dotenv-1.0.1.ebuild
@@ -23,7 +23,6 @@ BDEPEND="
        test? (
                >=dev-python/click-5[${PYTHON_USEDEP}]
                >=dev-python/sh-2[${PYTHON_USEDEP}]
-               !mips? ( dev-python/ipython[${PYTHON_USEDEP}] )
        )
 "
 

Reply via email to