diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-16 10:42:02 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-16 11:00:16 -0500 |
commit | f8fd9124ed3230cdc56dd16b5e682623eaad41c9 (patch) | |
tree | ae08c1b75bc6239b5fd9d2b8e98baad9f7aad7f6 /app-crypt | |
parent | dev-python/requests-toolbelt: 0.9.1 bump and py37 support (diff) | |
download | gentoo-f8fd9124ed3230cdc56dd16b5e682623eaad41c9.tar.gz gentoo-f8fd9124ed3230cdc56dd16b5e682623eaad41c9.tar.bz2 gentoo-f8fd9124ed3230cdc56dd16b5e682623eaad41c9.zip |
app-crypt/acme: py37 support
Bug: https://bugs.gentoo.org/685330
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 64b8beb25ff0..9500982ce873 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=(python{2_7,3_5,3_6}) +PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" |