summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2020-05-13 12:45:45 -0700
committerBrian Dolbec <dolsen@gentoo.org>2020-05-13 12:47:15 -0700
commit708ec8779f9412a74dfeb7f85e4881d9a0b2725d (patch)
tree17e50aa89927260fdfae4c6a5652643654109bb1 /dev-util/buildbot-wsgi-dashboards
parentdev-util/buildbot-grid-view: Fix pyhon compat for correct values (diff)
downloadgentoo-708ec8779f9412a74dfeb7f85e4881d9a0b2725d.tar.gz
gentoo-708ec8779f9412a74dfeb7f85e4881d9a0b2725d.tar.bz2
gentoo-708ec8779f9412a74dfeb7f85e4881d9a0b2725d.zip
dev-util/buildbot-wsgi-dashboards: Fix python compat for correct values
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-wsgi-dashboards')
-rw-r--r--dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.7.0.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.7.0.ebuild
index 0a4e665ac500..631f56af346d 100644
--- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.7.0.ebuild
+++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.7.0.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"