summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-04-02 14:42:38 +0200
committerAlfredo Tupone <tupone@gentoo.org>2023-04-02 14:44:19 +0200
commit45ac9de524d4ad9b901ca7967cb8c497d276569d (patch)
tree1264a415ba20dffeb201d6163459ceab8f14ccd6
parentdev-python/crispy-bootstrap4: fix test deps (diff)
downloadgentoo-45ac9de524d4ad9b901ca7967cb8c497d276569d.tar.gz
gentoo-45ac9de524d4ad9b901ca7967cb8c497d276569d.tar.bz2
gentoo-45ac9de524d4ad9b901ca7967cb8c497d276569d.zip
dev-python/crispy-bootstrap5: fix test deps
Closes: https://bugs.gentoo.org/903671 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--dev-python/crispy-bootstrap5/crispy-bootstrap5-0.7.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/crispy-bootstrap5/crispy-bootstrap5-0.7.ebuild b/dev-python/crispy-bootstrap5/crispy-bootstrap5-0.7.ebuild
index 334d9c3af66d..a1e440cc9f5b 100644
--- a/dev-python/crispy-bootstrap5/crispy-bootstrap5-0.7.ebuild
+++ b/dev-python/crispy-bootstrap5/crispy-bootstrap5-0.7.ebuild
@@ -17,8 +17,12 @@ SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/refs/tags/${PV}.ta
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE="test"
RDEPEND="dev-python/django-crispy-forms[${PYTHON_USEDEP}]"
+BDEPEND="test? (
+ dev-python/pytest-django[${PYTHON_USEDEP}]
+)"
distutils_enable_tests pytest