diff options
Diffstat (limited to 'dev-python/logfury/logfury-0.1.2-r1.ebuild')
-rw-r--r-- | dev-python/logfury/logfury-0.1.2-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/logfury/logfury-0.1.2-r1.ebuild b/dev-python/logfury/logfury-0.1.2-r1.ebuild index f1225f9867c8..5bb4e74c940e 100644 --- a/dev-python/logfury/logfury-0.1.2-r1.ebuild +++ b/dev-python/logfury/logfury-0.1.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 @@ -21,7 +21,7 @@ PATCHES=( RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} test? ( dev-python/testfixtures[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] |