From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9CF615800A for ; Wed, 19 Jul 2023 11:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDA00E077C; Wed, 19 Jul 2023 11:10:11 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1B1DE077C for ; Wed, 19 Jul 2023 11:10:11 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2203340E2A for ; Wed, 19 Jul 2023 11:10:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12B20BBB for ; Wed, 19 Jul 2023 11:10:09 +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: <1689764988.0caebe7e27aab22a64ef93bf0e1f5d87ece8470a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask/flask-2.3.2.ebuild X-VCS-Directories: dev-python/flask/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0caebe7e27aab22a64ef93bf0e1f5d87ece8470a X-VCS-Branch: master Date: Wed, 19 Jul 2023 11:10:09 +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: fcf7c7de-1e1d-4b37-aae7-9f6dd5fa96ca X-Archives-Hash: eb8c1eefcc2e9e518738baf2ca71c317 commit: 0caebe7e27aab22a64ef93bf0e1f5d87ece8470a Author: Michał Górny gentoo org> AuthorDate: Wed Jul 19 11:04:09 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 19 11:09:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0caebe7e dev-python/flask: Eliminate stale python_gen_cond_dep Signed-off-by: Michał Górny gentoo.org> dev-python/flask/flask-2.3.2.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/flask/flask-2.3.2.ebuild b/dev-python/flask/flask-2.3.2.ebuild index eaf38c852d42..7c239b3aff2b 100644 --- a/dev-python/flask/flask-2.3.2.ebuild +++ b/dev-python/flask/flask-2.3.2.ebuild @@ -34,9 +34,6 @@ RDEPEND=" >=dev-python/itsdangerous-2.1.2[${PYTHON_USEDEP}] >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}] >=dev-python/werkzeug-2.3.3[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/importlib-metadata-3.6.0[${PYTHON_USEDEP}] - ' 3.9) " BDEPEND=" test? (