1
0
Fork 0

sci-misc/doi2bib: enable py3.11

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2023-05-02 20:05:52 -04:00
parent 2af68d495e
commit 534aad4508
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
@ -19,6 +19,5 @@ RESTRICT="test"
#no test suite :(
RDEPEND="
dev-python/future[${PYTHON_USEDEP}]
dev-python/bibtexparser[${PYTHON_USEDEP}]
"