diff options
Diffstat (limited to 'dev-python/crispy-bootstrap4')
| -rw-r--r-- | dev-python/crispy-bootstrap4/crispy-bootstrap4-2022.1.ebuild | 4 |
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 fb3258938fd8..7a6edda113bc 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 |
