diff options
| author | Zac Medico <zmedico@gentoo.org> | 2017-03-15 01:17:11 -0700 |
|---|---|---|
| committer | Zac Medico <zmedico@gentoo.org> | 2017-03-15 01:36:00 -0700 |
| commit | 67a34b059b60e6c09c70377e80ee6fd2462e3ab2 (patch) | |
| tree | 93b82cabf7c60ff692192c515291391f418ab200 /dev-python/python-engineio | |
| parent | c08990e2927ea6ae1c287d3884f2f3211dd963a7 (diff) | |
| download | gentoo-67a34b059b60e6c09c70377e80ee6fd2462e3ab2.tar.gz gentoo-67a34b059b60e6c09c70377e80ee6fd2462e3ab2.tar.bz2 gentoo-67a34b059b60e6c09c70377e80ee6fd2462e3ab2.zip | |
dev-python/python-engineio: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/python-engineio')
| -rw-r--r-- | dev-python/python-engineio/python-engineio-1.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-engineio/python-engineio-1.1.1.ebuild b/dev-python/python-engineio/python-engineio-1.1.1.ebuild index de24e0652dc8..79b87ae20f88 100644 --- a/dev-python/python-engineio/python-engineio-1.1.1.ebuild +++ b/dev-python/python-engineio/python-engineio-1.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |
