diff options
Diffstat (limited to 'dev-python/cbor2')
-rw-r--r-- | dev-python/cbor2/cbor2-5.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cbor2/cbor2-5.3.0.ebuild b/dev-python/cbor2/cbor2-5.3.0.ebuild index 86b563f15381..08eedaa0341c 100644 --- a/dev-python/cbor2/cbor2-5.3.0.ebuild +++ b/dev-python/cbor2/cbor2-5.3.0.ebuild @@ -14,11 +14,11 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -distutils_enable_tests pytest - BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}]" +distutils_enable_tests pytest + python_prepare_all() { # remove pytest-cov dep sed -e "s/pytest-cov//" \ |