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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 225E9138350 for ; Mon, 6 Apr 2020 09:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55E6AE0934; Mon, 6 Apr 2020 09:03:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C8B4E0934 for ; Mon, 6 Apr 2020 09:03:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D622134F01E for ; Mon, 6 Apr 2020 09:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D840A1B9 for ; Mon, 6 Apr 2020 09:03:02 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1586163658.7e99616ca1b1daa1d8e8a604d48b4dc0e5d145fb.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inflect/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/inflect/inflect-4.1.0.ebuild X-VCS-Directories: dev-python/inflect/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 7e99616ca1b1daa1d8e8a604d48b4dc0e5d145fb X-VCS-Branch: master Date: Mon, 6 Apr 2020 09:03:02 +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: 262c4928-f9c4-45bb-8e42-121d63979c15 X-Archives-Hash: 03c07e7cde6629d1a7ccd8d1449addb7 commit: 7e99616ca1b1daa1d8e8a604d48b4dc0e5d145fb Author: Louis Sautier gentoo org> AuthorDate: Mon Apr 6 08:59:48 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Mon Apr 6 09:00:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e99616c dev-python/inflect: fix setuptools_scm bdep to enforce min. version Closes: https://bugs.gentoo.org/716424 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Louis Sautier gentoo.org> dev-python/inflect/inflect-4.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/inflect/inflect-4.1.0.ebuild b/dev-python/inflect/inflect-4.1.0.ebuild index 5e104aecdea..b8d3caaccd3 100644 --- a/dev-python/inflect/inflect-4.1.0.ebuild +++ b/dev-python/inflect/inflect-4.1.0.ebuild @@ -24,7 +24,7 @@ RDEPEND=" " BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] dev-python/toml[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] ) "