summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-27 15:05:31 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-27 15:14:24 +0200
commita0063ed0e006f47aee811093a9334beb8b7e8a61 (patch)
treeb99c0421f83edf229fc0f5988bd177dfbb310fe1 /dev-python/django-timezone-field
parentdev-python/djangorestframework: enable py3.11 (diff)
downloadgentoo-a0063ed0e006f47aee811093a9334beb8b7e8a61.tar.gz
gentoo-a0063ed0e006f47aee811093a9334beb8b7e8a61.tar.bz2
gentoo-a0063ed0e006f47aee811093a9334beb8b7e8a61.zip
dev-python/django-timezone-field: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/django-timezone-field')
-rw-r--r--dev-python/django-timezone-field/django-timezone-field-5.0.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/django-timezone-field/django-timezone-field-5.0.ebuild b/dev-python/django-timezone-field/django-timezone-field-5.0.ebuild
index 3ad7e9baf091..f330ab3bf68e 100644
--- a/dev-python/django-timezone-field/django-timezone-field-5.0.ebuild
+++ b/dev-python/django-timezone-field/django-timezone-field-5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
@@ -21,9 +21,6 @@ KEYWORDS="~amd64"
RDEPEND="
>=dev-python/django-2.2[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
- ' 3.8)
"
BDEPEND="
test? (