summaryrefslogtreecommitdiff
path: root/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild')
-rw-r--r--dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild
index 4a4e2dccdd13..af2d6449a82a 100644
--- a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild
+++ b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Sphinx extensions for BibTeX style citations"
@@ -16,7 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- dev-python/oset[${PYTHON_USEDEP}]
dev-python/pybtex[${PYTHON_USEDEP}]
dev-python/pybtex-docutils[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]