diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-20 19:57:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-20 20:23:22 +0200 |
commit | 349b7e7ee8ded43388408252461d9a3d67d7929d (patch) | |
tree | 6468db43cfdc8b729c8a116dfdedf18f4610f510 /dev-python/pydiff | |
parent | www-client/chromium: drop several unneeded dependencies (diff) | |
download | gentoo-349b7e7ee8ded43388408252461d9a3d67d7929d.tar.gz gentoo-349b7e7ee8ded43388408252461d9a3d67d7929d.tar.bz2 gentoo-349b7e7ee8ded43388408252461d9a3d67d7929d.zip |
dev-python/pydiff: Tested on py3.6
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 180f03a06a27..1ae7d901da13 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_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |