commit:     1c71b614107fed9ce1cc1ae0780e8a9a02489404
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 12:39:20 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 12:44:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c71b614

dev-python/crispy-bootstrap4: fix test deps

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

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

diff --git a/dev-python/crispy-bootstrap4/crispy-bootstrap4-2022.1.ebuild 
b/dev-python/crispy-bootstrap4/crispy-bootstrap4-2022.1.ebuild
index 38d53e65eb40..1603b39db3f0 100644
--- a/dev-python/crispy-bootstrap4/crispy-bootstrap4-2022.1.ebuild
+++ b/dev-python/crispy-bootstrap4/crispy-bootstrap4-2022.1.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
 

Reply via email to