diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-21 11:17:19 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-21 11:18:02 +0200 |
commit | d7b695c3fd0ca41875808715e736160efe1b4a1d (patch) | |
tree | ffce86069486d268c134074928018550f8a14083 /sci-libs | |
parent | x11-terms/zutty: add 0.12 (diff) | |
download | gentoo-d7b695c3fd0ca41875808715e736160efe1b4a1d.tar.gz gentoo-d7b695c3fd0ca41875808715e736160efe1b4a1d.tar.bz2 gentoo-d7b695c3fd0ca41875808715e736160efe1b4a1d.zip |
sci-libs/rtree: fix ordering of distutils_enable_pytest
Closes: https://bugs.gentoo.org/846659
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/rtree/rtree-1.0.0.ebuild | 6 |
1 files 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 |