commit:     d7b695c3fd0ca41875808715e736160efe1b4a1d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 09:17:19 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat May 21 09:18:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b695c3

sci-libs/rtree: fix ordering of distutils_enable_pytest

Closes: https://bugs.gentoo.org/846659
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/rtree/rtree-1.0.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/rtree/rtree-1.0.0.ebuild 
b/sci-libs/rtree/rtree-1.0.0.ebuild
index 928981fc2086..7c8bc04ed510 100644
--- a/sci-libs/rtree/rtree-1.0.0.ebuild
+++ b/sci-libs/rtree/rtree-1.0.0.ebuild
@@ -25,9 +25,9 @@ RDEPEND="
        dev-python/typing-extensions[${PYTHON_USEDEP}]
 "
 
-distutils_enable_sphinx docs/source
-distutils_enable_tests pytest
-
 BDEPEND="
        test? ( dev-python/numpy[${PYTHON_USEDEP}] )
 "
+
+distutils_enable_sphinx docs/source
+distutils_enable_tests pytest

Reply via email to