diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 19:46:52 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 20:09:13 +0200 |
commit | 64c0c5f49d51dddcf6d986c188baee05c384ed1a (patch) | |
tree | 54c11896056ec991f7575026ed94ca99ff9d6e0b /dev-python/requests-cache | |
parent | dev-python/rencode: Support python3.6 (diff) | |
download | gentoo-64c0c5f49d51dddcf6d986c188baee05c384ed1a.tar.gz gentoo-64c0c5f49d51dddcf6d986c188baee05c384ed1a.tar.bz2 gentoo-64c0c5f49d51dddcf6d986c188baee05c384ed1a.zip |
dev-python/requests-cache: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/requests-cache')
-rw-r--r-- | dev-python/requests-cache/requests-cache-0.4.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requests-cache/requests-cache-0.4.12.ebuild b/dev-python/requests-cache/requests-cache-0.4.12.ebuild index 4955a22abf45..d2cbcf8ca088 100644 --- a/dev-python/requests-cache/requests-cache-0.4.12.ebuild +++ b/dev-python/requests-cache/requests-cache-0.4.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 |