From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC73A1582EF for ; Sun, 16 Feb 2025 18:45:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B2A0E343184 for ; Sun, 16 Feb 2025 18:45:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9BA0D11047B; Sun, 16 Feb 2025 18:44:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8A95311047B for ; Sun, 16 Feb 2025 18:44:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4273E34315E for ; Sun, 16 Feb 2025 18:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D61E92742 for ; Sun, 16 Feb 2025 18:44:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1739731471.72dea5f1d2b3697b9dc4892a0f190d7f46e4e68a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-dotenv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-dotenv/python-dotenv-1.0.1.ebuild X-VCS-Directories: dev-python/python-dotenv/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 72dea5f1d2b3697b9dc4892a0f190d7f46e4e68a X-VCS-Branch: master Date: Sun, 16 Feb 2025 18:44:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 69e5e14c-3bd6-42b4-9016-3e4aaf4da665 X-Archives-Hash: 4f19afa388d70a25e757020baea34289 commit: 72dea5f1d2b3697b9dc4892a0f190d7f46e4e68a Author: Michał Górny gentoo org> AuthorDate: Sun Feb 16 16:13:44 2025 +0000 Commit: Michał Górny gentoo 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 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}] ) ) "