summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-18 13:13:20 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-18 13:13:20 +0200
commit9f16f77878d0d1a71ae76c851bddabe141530f1a (patch)
tree31ff7c9d90ada7b184d805ea11da3f2625ac37aa /dev-python
parentdev-python/http-parser: Remove py2 (diff)
downloadgentoo-9f16f77878d0d1a71ae76c851bddabe141530f1a.tar.gz
gentoo-9f16f77878d0d1a71ae76c851bddabe141530f1a.tar.bz2
gentoo-9f16f77878d0d1a71ae76c851bddabe141530f1a.zip
dev-python/easy-thumbnails: Require sqlite for tests
Closes: https://bugs.gentoo.org/723720 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild b/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild
index 3aabbec54a96..f532eb55869d 100644
--- a/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild
+++ b/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
"
BDEPEND="
test? (
+ $(python_gen_impl_dep sqlite)
${RDEPEND}
dev-python/testfixtures[${PYTHON_USEDEP}]
)