From: Zac Medico Date: Tue, 30 Aug 2016 17:09:41 +0000 (-0700) Subject: dev-python/celery: PYTHON_COMPAT: add python3_5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1acc80e778717638e72da7c74c780bd7fe87c866;p=gentoo.git dev-python/celery: PYTHON_COMPAT: add python3_5 Package-Manager: portage-2.3.0 --- diff --git a/dev-python/celery/celery-3.1.20.ebuild b/dev-python/celery/celery-3.1.20.ebuild index 54c62ca159e3..ff6226abe7fd 100644 --- a/dev-python/celery/celery-3.1.20.ebuild +++ b/dev-python/celery/celery-3.1.20.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 bash-completion-r1