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 59E9C15808B for ; Tue, 22 Mar 2022 21:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27632E08C4; Tue, 22 Mar 2022 21:53:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 45D4FE08C4 for ; Tue, 22 Mar 2022 21:53:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 25DB0342DD4 for ; Tue, 22 Mar 2022 21:53:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D19231C for ; Tue, 22 Mar 2022 21:53:12 +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: <1647985977.48988f0ea3236f09458b694cb7b7603097a2d157.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-security/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-security/flask-security-4.1.2.ebuild dev-python/flask-security/flask-security-4.1.3.ebuild X-VCS-Directories: dev-python/flask-security/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 48988f0ea3236f09458b694cb7b7603097a2d157 X-VCS-Branch: master Date: Tue, 22 Mar 2022 21:53:12 +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: 1f317d73-549b-4727-b024-b4db2fff753d X-Archives-Hash: c22d29cbc058237263ca3189fb4056b5 commit: 48988f0ea3236f09458b694cb7b7603097a2d157 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 22 21:52:18 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 22 21:52:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48988f0e dev-python/flask-security: Update dev-python/pony dep Signed-off-by: Michał Górny gentoo.org> dev-python/flask-security/flask-security-4.1.2.ebuild | 4 +--- dev-python/flask-security/flask-security-4.1.3.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/flask-security/flask-security-4.1.2.ebuild b/dev-python/flask-security/flask-security-4.1.2.ebuild index 2038f9b22f24..6cdea7379f0f 100644 --- a/dev-python/flask-security/flask-security-4.1.2.ebuild +++ b/dev-python/flask-security/flask-security-4.1.2.ebuild @@ -47,9 +47,7 @@ BDEPEND=" >=dev-python/pymysql-0.9.3[${PYTHON_USEDEP}] >=dev-python/pyqrcode-1.2[${PYTHON_USEDEP}] >=dev-python/zxcvbn-4.4.28[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/pony-0.7.11[${PYTHON_USEDEP}] - ' python3_8 python3_9) + >=dev-python/pony-0.7.11[${PYTHON_USEDEP}] )" distutils_enable_tests pytest diff --git a/dev-python/flask-security/flask-security-4.1.3.ebuild b/dev-python/flask-security/flask-security-4.1.3.ebuild index f2fe55540891..d179a41755a8 100644 --- a/dev-python/flask-security/flask-security-4.1.3.ebuild +++ b/dev-python/flask-security/flask-security-4.1.3.ebuild @@ -50,9 +50,7 @@ BDEPEND=" >=dev-python/pymysql-0.9.3[${PYTHON_USEDEP}] >=dev-python/pyqrcode-1.2[${PYTHON_USEDEP}] >=dev-python/zxcvbn-4.4.28[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/pony-0.7.11[${PYTHON_USEDEP}] - ' python3_8 python3_9) + >=dev-python/pony-0.7.11[${PYTHON_USEDEP}] ) "