diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-23 16:44:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-23 16:46:31 +0200 |
commit | 7b6def3a6cc0993648110fb64f039dd2eea2efe8 (patch) | |
tree | 971b950bc0dfd77b823b082145b90d505aa074dc /dev-python/pytest-django | |
parent | dev-python/pytest-django: Use PEP517 build (diff) | |
download | gentoo-7b6def3a6cc0993648110fb64f039dd2eea2efe8.tar.gz gentoo-7b6def3a6cc0993648110fb64f039dd2eea2efe8.tar.bz2 gentoo-7b6def3a6cc0993648110fb64f039dd2eea2efe8.zip |
dev-python/pytest-django: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-django')
-rw-r--r-- | dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild b/dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild index 2a30c4eb24db..69f77ff6a7c0 100644 --- a/dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild +++ b/dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -20,7 +20,7 @@ SRC_URI=" " LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86" SLOT="0" RDEPEND=" @@ -30,7 +30,6 @@ RDEPEND=" BDEPEND=" >=dev-python/setuptools-scm-1.11.1[${PYTHON_USEDEP}] test? ( - dev-python/django-configurations[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] ) " |