diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-10-15 08:18:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-16 20:21:23 +0200 |
commit | 0855767c0af2f07608dccf7ba0500b50666b2aca (patch) | |
tree | a0cf6501ec9af6ff5a8b7b07e708398598fa4fe2 | |
parent | dev-python/pyzbar: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-0855767c0af2f07608dccf7ba0500b50666b2aca.tar.gz gentoo-0855767c0af2f07608dccf7ba0500b50666b2aca.tar.bz2 gentoo-0855767c0af2f07608dccf7ba0500b50666b2aca.zip |
dev-python/snapshottest: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748885
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/snapshottest/snapshottest-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/snapshottest/snapshottest-0.5.1.ebuild b/dev-python/snapshottest/snapshottest-0.5.1.ebuild index f460c89932af..fce9e06a65df 100644 --- a/dev-python/snapshottest/snapshottest-0.5.1.ebuild +++ b/dev-python/snapshottest/snapshottest-0.5.1.ebuild @@ -3,8 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6..8} ) +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 # no tests on pypi, no tags on github |