diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-05-15 13:08:53 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-05-15 19:07:12 -0700 |
commit | 6d6bcf1c922e9b6c55580fdde0c81b3177fd7fee (patch) | |
tree | cf828c6faccaa93ecba5ebb856e25f7aed52dc98 /dev-python/txgithub | |
parent | dev-python/autobahn: Version bump (diff) | |
download | gentoo-6d6bcf1c922e9b6c55580fdde0c81b3177fd7fee.tar.gz gentoo-6d6bcf1c922e9b6c55580fdde0c81b3177fd7fee.tar.bz2 gentoo-6d6bcf1c922e9b6c55580fdde0c81b3177fd7fee.zip |
dev-python/txgithub: Add python3_{4,5,6}
Diffstat (limited to 'dev-python/txgithub')
-rw-r--r-- | dev-python/txgithub/txgithub-15.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild index 5378894c82ff..f036c3f75326 100644 --- a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild +++ b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6}) inherit eutils distutils-r1 |