diff options
Diffstat (limited to 'app-portage/nattka/nattka-9999.ebuild')
-rw-r--r-- | app-portage/nattka/nattka-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-portage/nattka/nattka-9999.ebuild b/app-portage/nattka/nattka-9999.ebuild index 55996068ff7..d25ba4e093e 100644 --- a/app-portage/nattka/nattka-9999.ebuild +++ b/app-portage/nattka/nattka-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 git-r3 @@ -28,7 +28,6 @@ RDEPEND=" )" BDEPEND=" test? ( - dev-python/freezegun[${PYTHON_USEDEP}] dev-python/networkx[${PYTHON_USEDEP}] dev-python/vcrpy[${PYTHON_USEDEP}] )" |