commit:     e557316ad4188a4603528d3b1eb132abf7534481
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  5 03:12:13 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 03:12:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e557316a

dev-util/buildbot-worker: sync live

Enables py3.12 and squelches the QA report claim that this package is
lagging in the migration.

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-util/buildbot-worker/buildbot-worker-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
index fc44c944cbfb..719c5d12f89e 100644
--- a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
 inherit readme.gentoo-r1 systemd distutils-r1
 
@@ -21,9 +21,10 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
        acct-user/buildbot
-       !<dev-util/buildbot-1.0.0
+       !<dev-util/buildbot-3.0.0
        >=dev-python/autobahn-0.16.0[${PYTHON_USEDEP}]
        >=dev-python/msgpack-0.6.0[${PYTHON_USEDEP}]
+       dev-python/six[${PYTHON_USEDEP}]
        >=dev-python/twisted-18.7.0[${PYTHON_USEDEP}]
 "
 BDEPEND="

Reply via email to