From a61c89b4677cb9cc1cd31a86e980cc971a99cb28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 9 Dec 2015 18:22:46 +0100 Subject: [PATCH] dev-python/django-celery: Remove unnecessary py2 restrictions Remove the restrictions to python2.* since all dependencies support python3.4 now, and the doc building works fine with it. --- .../django-celery/django-celery-3.1.17.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/dev-python/django-celery/django-celery-3.1.17.ebuild b/dev-python/django-celery/django-celery-3.1.17.ebuild index 41aef6b7da42..2f71c42072ca 100644 --- a/dev-python/django-celery/django-celery-3.1.17.ebuild +++ b/dev-python/django-celery/django-celery-3.1.17.ebuild @@ -21,7 +21,6 @@ IUSE="doc examples test" # with ValueError: save() prohibited to prevent data loss due to # unsaved related object 'interval'. -PY2_USEDEP=$(python_gen_usedep python2_7) RDEPEND=">=dev-python/celery-3.1.15[${PYTHON_USEDEP}] >dev-python/django-1.4[${PYTHON_USEDEP}]