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-03 11:21:05 -0700 |
commit | 544667e65aef62654236adb5bf3d1ee3b175421c (patch) | |
tree | 9631d23df0f65840fbc7dc9df52c6d8e82a4d9fe /meta-python/recipes-devtools/python-jsonref/python3-jsonref_0.2.bb | |
parent | c8a1d7b83c3cbebeff73a837eae0045700608cb7 (diff) | |
download | meta-openembedded-544667e65aef62654236adb5bf3d1ee3b175421c.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-jsonref/python3-jsonref_0.2.bb')
0 files changed, 0 insertions, 0 deletions