diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:17:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:24:29 +0100 |
commit | e34cf200fcc574a8a8232467ec56fb6b9a6e443c (patch) | |
tree | 9bd7a0cb8df4669731ba2d52532922197ebdf207 /dev-python/flexx | |
parent | dev-python/flask-wtf: Remove py2 (diff) | |
download | gentoo-e34cf200fcc574a8a8232467ec56fb6b9a6e443c.tar.gz gentoo-e34cf200fcc574a8a8232467ec56fb6b9a6e443c.tar.bz2 gentoo-e34cf200fcc574a8a8232467ec56fb6b9a6e443c.zip |
dev-python/flexx: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flexx')
-rw-r--r-- | dev-python/flexx/flexx-0.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flexx/flexx-0.4.1.ebuild b/dev-python/flexx/flexx-0.4.1.ebuild index 4a302dfadda6..c79c0bc52329 100644 --- a/dev-python/flexx/flexx-0.4.1.ebuild +++ b/dev-python/flexx/flexx-0.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |