diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:05:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:10:11 +0100 |
commit | c5a9997c305a8517eb347a777ba66e1bbdc99784 (patch) | |
tree | dd149b828c9d0e0ee5ac40f0181274a4a7f39ee8 /dev-util/buildbot-worker | |
parent | dev-util/buildbot-waterfall-view: Remove py2 (diff) | |
download | gentoo-c5a9997c305a8517eb347a777ba66e1bbdc99784.tar.gz gentoo-c5a9997c305a8517eb347a777ba66e1bbdc99784.tar.bz2 gentoo-c5a9997c305a8517eb347a777ba66e1bbdc99784.zip |
dev-util/buildbot-worker: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-worker')
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild b/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild index 65fc5de22877..2fc5d7a0f231 100644 --- a/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-0.9.12.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" diff --git a/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild b/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild index d4c993247d75..a8ac9da44f52 100644 --- a/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-1.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" diff --git a/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild b/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild index d4c993247d75..a8ac9da44f52 100644 --- a/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-1.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" diff --git a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild index d4c993247d75..a8ac9da44f52 100644 --- a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" |