diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-10-13 15:55:54 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-10-15 11:57:55 -0400 |
commit | 3ec58c3997a09b224c76645c6fb7128b9b28290a (patch) | |
tree | 97de8a2131b1d8205c0eba305ccbba03d3f2b2bb /dev-python/pydiff | |
parent | dev-python/lockfile: EAPI=7 (diff) | |
download | gentoo-3ec58c3997a09b224c76645c6fb7128b9b28290a.tar.gz gentoo-3ec58c3997a09b224c76645c6fb7128b9b28290a.tar.bz2 gentoo-3ec58c3997a09b224c76645c6fb7128b9b28290a.zip |
dev-python/pydiff: Python 3.7 compatibility
Closes: https://bugs.gentoo.org/697656
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/13281
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-python/pydiff')
-rw-r--r-- | dev-python/pydiff/pydiff-0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pydiff/pydiff-0.2.ebuild b/dev-python/pydiff/pydiff-0.2.ebuild index 98d70211bb01..adc543302a83 100644 --- a/dev-python/pydiff/pydiff-0.2.ebuild +++ b/dev-python/pydiff/pydiff-0.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) inherit distutils-r1 |