diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 19:48:53 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 20:09:15 +0200 |
commit | 4f6c7914271b9fdd9ff96ee65218caf6e36861b0 (patch) | |
tree | 248967033f20e8a3d6163f2e8fde85d88166f5c0 /dev-python/rply | |
parent | dev-python/requests-cache: Support python3.6 (diff) | |
download | gentoo-4f6c7914271b9fdd9ff96ee65218caf6e36861b0.tar.gz gentoo-4f6c7914271b9fdd9ff96ee65218caf6e36861b0.tar.bz2 gentoo-4f6c7914271b9fdd9ff96ee65218caf6e36861b0.zip |
dev-python/rply: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/rply')
-rw-r--r-- | dev-python/rply/rply-0.7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rply/rply-0.7.5.ebuild b/dev-python/rply/rply-0.7.5.ebuild index b70b65139d5b..daf24281fa56 100644 --- a/dev-python/rply/rply-0.7.5.ebuild +++ b/dev-python/rply/rply-0.7.5.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 |