summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2020-01-06 15:21:02 -0500
committerRick Farina <zerochaos@gentoo.org>2020-01-06 15:21:16 -0500
commitccc829e420d09befafd6ca72f248226cb0c294ed (patch)
tree015ad9b319dd1f0056f0a41144d6927c4d6b7b1c /dev-python
parentprofiles: Mask app-dicts/sword-* for removal. (diff)
downloadgentoo-ccc829e420d09befafd6ca72f248226cb0c294ed.tar.gz
gentoo-ccc829e420d09befafd6ca72f248226cb0c294ed.tar.bz2
gentoo-ccc829e420d09befafd6ca72f248226cb0c294ed.zip
dev-python/pydispatcher: python 3.7
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pydispatcher/pydispatcher-2.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild b/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild
index 5a713f838d13..e74f7a264c95 100644
--- a/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild
+++ b/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1