1
0
mirror of synced 2024-06-08 05:37:53 +02:00

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

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 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{8..10} ) PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 inherit distutils-r1
@ -19,6 +19,5 @@ RESTRICT="test"
#no test suite :( #no test suite :(
RDEPEND=" RDEPEND="
dev-python/future[${PYTHON_USEDEP}]
dev-python/bibtexparser[${PYTHON_USEDEP}] dev-python/bibtexparser[${PYTHON_USEDEP}]
" "