dev-python/pykeepass: drop python2.7, add python3.7

Package-Manager: Portage-2.3.76, Repoman-2.3.16
This commit is contained in:
Anton Schubert 2019-12-02 21:12:41 +01:00
parent 781241617a
commit 615b888a3b
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
inherit distutils-r1
DESCRIPTION="Low-level library to interact with keepass databases (supports the v.4 format) "