diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-10-13 16:28:02 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-10-15 11:57:51 -0400 |
commit | edede9dcfbfcb7586a6930a54c05852a1df723c7 (patch) | |
tree | cef21928177fea968d0e3789e5edcf6bc5fc0c36 /dev-python/pytest-pep8 | |
parent | profiles/features: selinux/package.mask cleanup of sys-apps/bolt (diff) | |
download | gentoo-edede9dcfbfcb7586a6930a54c05852a1df723c7.tar.gz gentoo-edede9dcfbfcb7586a6930a54c05852a1df723c7.tar.bz2 gentoo-edede9dcfbfcb7586a6930a54c05852a1df723c7.zip |
dev-python/pytest-pep8: Python 3.7 compatibility
Closes: https://bugs.gentoo.org/697664
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13287
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-python/pytest-pep8')
-rw-r--r-- | dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild b/dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild index 56e5400f118d..75c30cd94505 100644 --- a/dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild +++ b/dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) inherit distutils-r1 |