diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-10-12 17:36:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-16 20:21:02 +0200 |
commit | e83f39e6adb6de0477a4b931cfd1fde06cd7ea4a (patch) | |
tree | 64d9580192ab026550ccf44d14648553fe164646 /dev-python/betamax | |
parent | dev-python/alabaster: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-e83f39e6adb6de0477a4b931cfd1fde06cd7ea4a.tar.gz gentoo-e83f39e6adb6de0477a4b931cfd1fde06cd7ea4a.tar.bz2 gentoo-e83f39e6adb6de0477a4b931cfd1fde06cd7ea4a.zip |
dev-python/betamax: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748018
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/betamax')
-rw-r--r-- | dev-python/betamax/betamax-0.8.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/betamax/betamax-0.8.1.ebuild b/dev-python/betamax/betamax-0.8.1.ebuild index 61bdd95d4858..837b55db2073 100644 --- a/dev-python/betamax/betamax-0.8.1.ebuild +++ b/dev-python/betamax/betamax-0.8.1.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) + +DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 |