commit:     0dd14c3836a9b2bd6f2b3fd083c3b0c778993a7b
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 09:24:51 2022 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 09:26:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd14c38

dev-python/django-tagging-0.5.0-r1: revbump to correct django dep

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 .../{django-tagging-0.5.0.ebuild => django-tagging-0.5.0-r1.ebuild} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/django-tagging/django-tagging-0.5.0.ebuild 
b/dev-python/django-tagging/django-tagging-0.5.0-r1.ebuild
similarity index 78%
rename from dev-python/django-tagging/django-tagging-0.5.0.ebuild
rename to dev-python/django-tagging/django-tagging-0.5.0-r1.ebuild
index 45711babfc76..1841a39a9aca 100644
--- a/dev-python/django-tagging/django-tagging-0.5.0.ebuild
+++ b/dev-python/django-tagging/django-tagging-0.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,9 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND=">=dev-python/django-1.0[${PYTHON_USEDEP}]"
+# wants smart_text which was removed from django-4.0 and up
+RDEPEND=">=dev-python/django-1.0[${PYTHON_USEDEP}]
+       <dev-python/django-4[${PYTHON_USEDEP}]"
 BDEPEND="
        test? (
                $(python_gen_impl_dep sqlite)

Reply via email to