commit: 10250416da9cc790619f69c31431d6cf1d4a7856 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 27 14:14:38 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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//" \