commit: 45ac9de524d4ad9b901ca7967cb8c497d276569d Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Apr 2 12:42:38 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Apr 2 12:44:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ac9de5
dev-python/crispy-bootstrap5: fix test deps Closes: https://bugs.gentoo.org/903671 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-python/crispy-bootstrap5/crispy-bootstrap5-0.7.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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
