summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-04-02 14:39:20 +0200
committerAlfredo Tupone <tupone@gentoo.org>2023-04-02 14:44:15 +0200
commit1c71b614107fed9ce1cc1ae0780e8a9a02489404 (patch)
tree97d078bea942772a8d8210fb5cc0d2ecae9e874f /dev-python/crispy-bootstrap4
parentsys-devel/binutils: patchlevel bump, 2.39 p6 (diff)
downloadgentoo-1c71b614107fed9ce1cc1ae0780e8a9a02489404.tar.gz
gentoo-1c71b614107fed9ce1cc1ae0780e8a9a02489404.tar.bz2
gentoo-1c71b614107fed9ce1cc1ae0780e8a9a02489404.zip
dev-python/crispy-bootstrap4: fix test deps
Closes: https://bugs.gentoo.org/903673 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python/crispy-bootstrap4')
-rw-r--r--dev-python/crispy-bootstrap4/crispy-bootstrap4-2022.1.ebuild4
1 files changed, 4 insertions, 0 deletions
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