commit:     d420dd118f7a3a8ca2fb71f0da8562359bd4c662
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  1 10:45:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 10:45:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d420dd11

dev-python/cgroup-utils: add Python 3.9

Closes: https://bugs.gentoo.org/793695
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/cgroup-utils/cgroup-utils-0.8.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-python/cgroup-utils/cgroup-utils-0.8.ebuild 
b/dev-python/cgroup-utils/cgroup-utils-0.8.ebuild
index 8f12d7ffccb..86b5672a275 100644
--- a/dev-python/cgroup-utils/cgroup-utils-0.8.ebuild
+++ b/dev-python/cgroup-utils/cgroup-utils-0.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
 
+PYTHON_COMPAT=( python3_{7,8,9} )
 inherit distutils-r1
 
 DESCRIPTION="Tools and libraries for control groups of Linux"
@@ -14,9 +14,6 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND=""
-RDEPEND=""
-
 PATCHES=(
        "${FILESDIR}"/${PN}-0.8-tests-builddir.patch
 

Reply via email to