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 F22721382C5 for ; Thu, 27 May 2021 14:15:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 438F7E0920; Thu, 27 May 2021 14:15:55 +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 287E5E091F for ; Thu, 27 May 2021 14:15:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 95730335CA3 for ; Thu, 27 May 2021 14:15:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E44544C3 for ; Thu, 27 May 2021 14:15:51 +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: <1622124946.10250416da9cc790619f69c31431d6cf1d4a7856.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cbor2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cbor2/cbor2-5.3.0.ebuild X-VCS-Directories: dev-python/cbor2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 10250416da9cc790619f69c31431d6cf1d4a7856 X-VCS-Branch: master Date: Thu, 27 May 2021 14:15:51 +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: 9934e32a-9367-4a6c-97fa-37364aa9f660 X-Archives-Hash: d71af487428c344747c4b239aa36efb7 commit: 10250416da9cc790619f69c31431d6cf1d4a7856 Author: Michał Górny gentoo org> AuthorDate: Thu May 27 14:14:38 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 27 14:15:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10250416 dev-python/cbor2: Add setuptools_scm dep Closes: https://bugs.gentoo.org/792489 Signed-off-by: Michał Górny gentoo.org> dev-python/cbor2/cbor2-5.3.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/cbor2/cbor2-5.3.0.ebuild b/dev-python/cbor2/cbor2-5.3.0.ebuild index 36bd7a9475e..86b563f1538 100644 --- a/dev-python/cbor2/cbor2-5.3.0.ebuild +++ b/dev-python/cbor2/cbor2-5.3.0.ebuild @@ -16,6 +16,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" distutils_enable_tests pytest +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}]" + python_prepare_all() { # remove pytest-cov dep sed -e "s/pytest-cov//" \