mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/django-tables2: remove outdated mock dependency
... and drop testsuite removal. Fudge is no longer used upstream.
Dropped in 2.5.0 via:
4826a48f69
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
committed by
Michał Górny
parent
9ac33e4a55
commit
6fa17ab429
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user