Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cbor2/
Date: Thu, 27 May 2021 14:15:55
Message-Id: 1622124946.10250416da9cc790619f69c31431d6cf1d4a7856.mgorny@gentoo
1 commit: 10250416da9cc790619f69c31431d6cf1d4a7856
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 27 14:14:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 14:15:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10250416
7
8 dev-python/cbor2: Add setuptools_scm dep
9
10 Closes: https://bugs.gentoo.org/792489
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/cbor2/cbor2-5.3.0.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/dev-python/cbor2/cbor2-5.3.0.ebuild b/dev-python/cbor2/cbor2-5.3.0.ebuild
17 index 36bd7a9475e..86b563f1538 100644
18 --- a/dev-python/cbor2/cbor2-5.3.0.ebuild
19 +++ b/dev-python/cbor2/cbor2-5.3.0.ebuild
20 @@ -16,6 +16,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
21
22 distutils_enable_tests pytest
23
24 +BDEPEND="
25 + dev-python/setuptools_scm[${PYTHON_USEDEP}]"
26 +
27 python_prepare_all() {
28 # remove pytest-cov dep
29 sed -e "s/pytest-cov//" \