commit:     92b61e3dbf4143692082ebb14b84ea44935ea05c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 13:21:31 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 13:23:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92b61e3d

dev-python/orjson: Remove optional dep on pendulum

Remove the optional test dependency on dev-python/pendulum.  It is
unmaintained and broken on 32-bit architectures now, and the test suite
merely checks for compatibility with it.  All tests are skipped cleanly
when it is not installed.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/orjson/orjson-3.9.14.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/orjson/orjson-3.9.14.ebuild 
b/dev-python/orjson/orjson-3.9.14.ebuild
index d7bd246be3a7..5b658f6e35fd 100644
--- a/dev-python/orjson/orjson-3.9.14.ebuild
+++ b/dev-python/orjson/orjson-3.9.14.ebuild
@@ -79,7 +79,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 BDEPEND="
        test? (
                dev-python/arrow[${PYTHON_USEDEP}]
-               dev-python/pendulum[${PYTHON_USEDEP}]
                dev-python/psutil[${PYTHON_USEDEP}]
                dev-python/pytz[${PYTHON_USEDEP}]
                $(python_gen_cond_dep '

Reply via email to