summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-04-02 14:43:46 +0200
committerAlfredo Tupone <tupone@gentoo.org>2023-04-02 14:44:23 +0200
commit47346b7476387a1849996fe4a49eccece96954f1 (patch)
tree2892244b05f3479e5378a9098be34318006d9c9d
parentdev-python/crispy-bootstrap5: fix test deps (diff)
downloadgentoo-47346b7476387a1849996fe4a49eccece96954f1.tar.gz
gentoo-47346b7476387a1849996fe4a49eccece96954f1.tar.bz2
gentoo-47346b7476387a1849996fe4a49eccece96954f1.zip
dev-python/crispy-bootstrap3: fix test deps
Closes: https://bugs.gentoo.org/903669 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild b/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild
index 7fbae1ced281..aa01b8d7ac26 100644
--- a/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild
+++ b/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild
@@ -17,7 +17,11 @@ 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