commit:     47346b7476387a1849996fe4a49eccece96954f1
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 12:43:46 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 12:44:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47346b74

dev-python/crispy-bootstrap3: fix test deps

Closes: https://bugs.gentoo.org/903669
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

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

Reply via email to