diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-11-11 18:32:17 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-11-11 18:32:39 +0100 |
commit | 59fa121f0ded94266f99bd840e2b4e640272f689 (patch) | |
tree | 741827c323f23468935b7f70ac248d80a67b9944 /dev-python/docker-pycreds | |
parent | games-emulation/snes9x: Minor fixes in the system-zlib patch. (diff) | |
download | gentoo-59fa121f0ded94266f99bd840e2b4e640272f689.tar.gz gentoo-59fa121f0ded94266f99bd840e2b4e640272f689.tar.bz2 gentoo-59fa121f0ded94266f99bd840e2b4e640272f689.zip |
dev-python/docker-pycreds: Add python3_5 support
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/docker-pycreds')
-rw-r--r-- | dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild b/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild index bf00e05c1780..0a9ed24478ae 100644 --- a/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild +++ b/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Python bindings for the docker credentials store API" |