summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-02 20:23:34 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-02 20:35:46 -0500
commit22962d6736a41921a97ab09bbc94360306495844 (patch)
tree76cf47a3a4f047fef5dbbd0f8b085450aecce233 /dev-python/duecredit
parentdev-python/citeproc-py: add py3_{8,9} (diff)
downloadgentoo-22962d6736a41921a97ab09bbc94360306495844.tar.gz
gentoo-22962d6736a41921a97ab09bbc94360306495844.tar.bz2
gentoo-22962d6736a41921a97ab09bbc94360306495844.zip
dev-python/duecredit: add py3_{8,9}. Fix DISTUTILS
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/duecredit')
-rw-r--r--dev-python/duecredit/duecredit-0.7.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/duecredit/duecredit-0.7.0.ebuild b/dev-python/duecredit/duecredit-0.7.0.ebuild
index 7e4a4de6e9d5..dc34504d06e3 100644
--- a/dev-python/duecredit/duecredit-0.7.0.ebuild
+++ b/dev-python/duecredit/duecredit-0.7.0.ebuild
@@ -3,7 +3,10 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
inherit distutils-r1
DESCRIPTION="Publications (and donations) tracer"