add python-3.5 to pykeepass

This commit is contained in:
Anton Schubert 2017-12-06 00:39:37 +01:00
parent bb46fa0c11
commit c4b8446431
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
inherit distutils-r1
DESCRIPTION="Low-level library to interact with keepass databases (supports the v.4 format) "