diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-12-24 14:50:00 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-12-26 12:09:10 -0500 |
commit | e84029ca01c80ccafa6d92efcc7c8490e7ecfaf3 (patch) | |
tree | d4eb3fb283ee0fd485825996b9358f192d08cb90 /net-libs/serf | |
parent | media-libs/libvpx: security cleanup (diff) | |
download | gentoo-e84029ca01c80ccafa6d92efcc7c8490e7ecfaf3.tar.gz gentoo-e84029ca01c80ccafa6d92efcc7c8490e7ecfaf3.tar.bz2 gentoo-e84029ca01c80ccafa6d92efcc7c8490e7ecfaf3.zip |
net-libs/serf: Python 3.7 and 3.8 compatibility
Closes: https://bugs.gentoo.org/703670
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14115
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-libs/serf')
-rw-r--r-- | net-libs/serf/serf-1.3.9-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/serf/serf-1.3.9-r1.ebuild b/net-libs/serf/serf-1.3.9-r1.ebuild index f4165ca2e0d5..c01698dc85d4 100644 --- a/net-libs/serf/serf-1.3.9-r1.ebuild +++ b/net-libs/serf/serf-1.3.9-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic |