diff --git a/sci-misc/doi2bib/doi2bib-0.4.0.ebuild b/sci-misc/doi2bib/doi2bib-0.4.0.ebuild index 4dce74c..b794153 100644 --- a/sci-misc/doi2bib/doi2bib-0.4.0.ebuild +++ b/sci-misc/doi2bib/doi2bib-0.4.0.ebuild @@ -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}] "