diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:05:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:10:12 +0100 |
commit | e83e4366cc5c31fd02ef4d73f70f73c81ce65419 (patch) | |
tree | cc15371fed66b8904ba4304e3464f326929c5786 /dev-util/buildbot-wsgi-dashboards | |
parent | dev-util/buildbot-worker: Remove py2 (diff) | |
download | gentoo-e83e4366cc5c31fd02ef4d73f70f73c81ce65419.tar.gz gentoo-e83e4366cc5c31fd02ef4d73f70f73c81ce65419.tar.bz2 gentoo-e83e4366cc5c31fd02ef4d73f70f73c81ce65419.zip |
dev-util/buildbot-wsgi-dashboards: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-wsgi-dashboards')
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.12.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.12.ebuild index 514e8a93ce89..2cb6c6384660 100644 --- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.12.ebuild +++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.12.ebuild @@ -3,7 +3,7 @@ EAPI="5" PYTHON_REQ_USE="sqlite" -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-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild index 038efd4e9ac5..fdac2604e41f 100644 --- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild +++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild @@ -3,7 +3,7 @@ EAPI="6" PYTHON_REQ_USE="sqlite" -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-wsgi-dashboards/buildbot-wsgi-dashboards-1.3.0.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.3.0.ebuild index 038efd4e9ac5..fdac2604e41f 100644 --- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.3.0.ebuild +++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.3.0.ebuild @@ -3,7 +3,7 @@ EAPI="6" PYTHON_REQ_USE="sqlite" -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" |