commit:     ae0ca5ca16e89c29d663255e38696ff496d1fd73
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 17:03:56 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 17:03:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0ca5ca

dev-python/django-crispy-forms: enabling tests

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

 ...jango-crispy-forms-2.0.ebuild => django-crispy-forms-2.0-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.0.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild
similarity index 86%
rename from dev-python/django-crispy-forms/django-crispy-forms-2.0.ebuild
rename to dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild
index 914ce0712232..c25924666e64 100644
--- a/dev-python/django-crispy-forms/django-crispy-forms-2.0.ebuild
+++ b/dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild
@@ -17,11 +17,12 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
-RESTRICT="test" #Missing crispy_bootstrap3
 
 RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
 BDEPEND="test? (
        dev-python/pytest-django[${PYTHON_USEDEP}]
+       dev-python/crispy-bootstrap3[${PYTHON_USEDEP}]
+       dev-python/crispy-bootstrap4[${PYTHON_USEDEP}]
 )"
 
 distutils_enable_tests pytest

Reply via email to