commit:     806376001d511ecc55cd5415fb898347a8443d79
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May  8 08:43:05 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  8 08:47:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80637600

dev-python/django-rq: Use PEP517 build

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/django-rq/django-rq-2.4.1-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/django-rq/django-rq-2.4.1-r1.ebuild 
b/dev-python/django-rq/django-rq-2.4.1-r1.ebuild
index 23ef26f48a02..d576009fbf4c 100644
--- a/dev-python/django-rq/django-rq-2.4.1-r1.ebuild
+++ b/dev-python/django-rq/django-rq-2.4.1-r1.ebuild
@@ -1,9 +1,11 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_9 )
+
 inherit distutils-r1
 
 DESCRIPTION="An app that provides django integration for RQ (Redis Queue)"

Reply via email to