diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2020-05-13 12:45:45 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2020-05-13 12:47:15 -0700 |
commit | 708ec8779f9412a74dfeb7f85e4881d9a0b2725d (patch) | |
tree | 17e50aa89927260fdfae4c6a5652643654109bb1 /dev-util | |
parent | dev-util/buildbot-grid-view: Fix pyhon compat for correct values (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.7.0.ebuild | 2 |
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" |