From 1acc80e778717638e72da7c74c780bd7fe87c866 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 30 Aug 2016 10:09:41 -0700 Subject: [PATCH] dev-python/celery: PYTHON_COMPAT: add python3_5 Package-Manager: portage-2.3.0 --- dev-python/celery/celery-3.1.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/celery/celery-3.1.20.ebuild b/dev-python/celery/celery-3.1.20.ebuild index 54c62ca159e3e..ff6226abe7fd6 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