From 6fa17ab42995061b52fb327f88f809f52670dcf6 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 3 Dec 2023 21:52:23 -0500 Subject: [PATCH] dev-python/django-tables2: remove outdated mock dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... and drop testsuite removal. Fudge is no longer used upstream. Dropped in 2.5.0 via: https://github.com/jieter/django-tables2/commit/4826a48f695a353ef97c510d3772e047b9c880e8 Signed-off-by: Eli Schwartz Signed-off-by: Michał Górny --- dev-python/django-tables2/django-tables2-2.6.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/django-tables2/django-tables2-2.6.0.ebuild b/dev-python/django-tables2/django-tables2-2.6.0.ebuild index 727dd24eb6747..455addd05950d 100644 --- a/dev-python/django-tables2/django-tables2-2.6.0.ebuild +++ b/dev-python/django-tables2/django-tables2-2.6.0.ebuild @@ -32,7 +32,6 @@ BDEPEND=" ${RDEPEND} dev-python/django-filter[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] dev-python/psycopg:2[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] ) @@ -41,8 +40,6 @@ BDEPEND=" src_prepare() { # these tests require tablib rm tests/test_export.py tests/test_templatetags.py || die - # these tests require fudge - rm tests/test_config.py || die distutils-r1_src_prepare }