commit:     f4ded9655ce7134a325031100c18b6c2e4db944a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  7 06:09:13 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul  7 06:09:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ded965

dev-python/fsspec: Fix overwritten deps

Closes: https://bugs.gentoo.org/731138
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/fsspec/fsspec-0.7.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/fsspec/fsspec-0.7.4.ebuild 
b/dev-python/fsspec/fsspec-0.7.4.ebuild
index 06e17833888..29d487b579e 100644
--- a/dev-python/fsspec/fsspec-0.7.4.ebuild
+++ b/dev-python/fsspec/fsspec-0.7.4.ebuild
@@ -20,12 +20,12 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
 
-distutils_enable_tests pytest
-
 BDEPEND="
        dev-python/versioneer[${PYTHON_USEDEP}]
        test? ( dev-vcs/git )"
 
+distutils_enable_tests pytest
+
 src_test() {
        git config --global user.email "[email protected]" || die
        git config --global user.name "Your Name" || die

Reply via email to