From 72dea5f1d2b3697b9dc4892a0f190d7f46e4e68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 16 Feb 2025 17:13:44 +0100 Subject: [PATCH] dev-python/python-dotenv: Remove the optional dep on ipython MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the optional test dependency on dev-python/ipython, it is more trouble than it's worth. Signed-off-by: Michał Górny --- 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 cabb1615fc4e8..8b29a3ee2ad6b 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}] ) ) "