diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-19 19:20:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-19 19:21:47 +0200 |
commit | 8a312b58995870a97dfe376e3516c99f95c0f017 (patch) | |
tree | bcef3387561bd4ef5d82d3fcac2e2cf995bedb0b | |
parent | dev-python/flufl-lock: Enable py3.13 (diff) | |
download | gentoo-8a312b58995870a97dfe376e3516c99f95c0f017.tar.gz gentoo-8a312b58995870a97dfe376e3516c99f95c0f017.tar.bz2 gentoo-8a312b58995870a97dfe376e3516c99f95c0f017.zip |
dev-python/pytest-django: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pytest-django/pytest-django-4.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-django/pytest-django-4.8.0.ebuild b/dev-python/pytest-django/pytest-django-4.8.0.ebuild index c7e3489d83ba..e9f8ef79b886 100644 --- a/dev-python/pytest-django/pytest-django-4.8.0.ebuild +++ b/dev-python/pytest-django/pytest-django-4.8.0.ebuild @@ -20,8 +20,8 @@ SRC_URI=" " LICENSE="BSD" -KEYWORDS="~alpha amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" RDEPEND=" >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}] |