dev-python/docker-pycreds: Add python3_5 support

Package-Manager: portage-2.3.0
This commit is contained in:
Manuel Rüger
2016-11-11 18:32:17 +01:00
parent 659e8ab798
commit 59fa121f0d

View File

@@ -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"