diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-09-26 16:19:13 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-10-05 21:43:44 -0700 |
commit | c723824e4dd166f0cb895c09ca3a485e05cad70a (patch) | |
tree | c2651975565579d86f4b2a3c4d6025dfb31a1e11 /meta-python/recipes-devtools/python/python3-zopeinterface | |
parent | 4b589e4099ff4b57c349ccfd6c03993a9088c653 (diff) | |
download | meta-openembedded-c723824e4dd166f0cb895c09ca3a485e05cad70a.tar.gz |
python3-pandas: fix reproducibility issue
The type of new_value is either `npy_timedelta' or `int64_t'
In build/pandas/_libs/tslibs/timedeltas.cpython-313-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/timedeltas.pyx.c
..
npy_timedelta __pyx_v_new_value;
...
In build/pandas/_libs/tslibs/timedeltas.cpython-313-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/timedeltas.pyx.c
...
__pyx_t_5numpy_int64_t __pyx_v_new_value;
...
Explicitly define it as int64_t to assure the generated source is
reproducibility between builds
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface')
0 files changed, 0 insertions, 0 deletions