diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-07-08 19:18:30 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-07-08 19:44:27 +0200 |
| commit | 91662cef6c50e9355629d0d70a275102d9b9bae7 (patch) | |
| tree | 231930f57e703a6453119d4f8806af4d6f87f6d5 /dev-python/dill | |
| parent | 8aa9b1dece94610032c8e91a1cc983e804c9e360 (diff) | |
dev-python/dill: Add a blocker on >=dev-python/numpy-2
Bug: https://github.com/uqfoundation/dill/issues/667
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dill')
| -rw-r--r-- | dev-python/dill/dill-0.3.8-r1.ebuild (renamed from dev-python/dill/dill-0.3.8.ebuild) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/dill/dill-0.3.8.ebuild b/dev-python/dill/dill-0.3.8-r1.ebuild index 301fe58978d6..46438895e551 100644 --- a/dev-python/dill/dill-0.3.8.ebuild +++ b/dev-python/dill/dill-0.3.8-r1.ebuild @@ -19,6 +19,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" +RDEPEND=" + !!>=dev-python/numpy-2[${PYTHON_USEDEP}] +" + python_test() { "${EPYTHON}" -m dill.tests || die } |
