diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-09 19:36:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-09 20:43:15 +0200 |
commit | 47398bdae952bb28acc33330b9b3da6784fae1bb (patch) | |
tree | b426ce61ff5bb8d5eb024426f24327a3e1136066 /dev-python/paste | |
parent | dev-python/paste: Fix namespace support (diff) | |
download | gentoo-47398bdae952bb28acc33330b9b3da6784fae1bb.tar.gz gentoo-47398bdae952bb28acc33330b9b3da6784fae1bb.tar.bz2 gentoo-47398bdae952bb28acc33330b9b3da6784fae1bb.zip |
dev-python/paste: Tested on py3.6
Diffstat (limited to 'dev-python/paste')
-rw-r--r-- | dev-python/paste/paste-2.0.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/paste/paste-2.0.3-r1.ebuild b/dev-python/paste/paste-2.0.3-r1.ebuild index f04a833f6d4a..56e4b9020be8 100644 --- a/dev-python/paste/paste-2.0.3-r1.ebuild +++ b/dev-python/paste/paste-2.0.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |