python-yarl/reproducible.patch
Markéta Machová 364bf4ff1f Accepting request 1132599 from home:bmwiedemann:branches:devel:languages:python
Add reproducible.patch to not add a random tmp path into the package (boo#1062303)

Feel free to replace this with a better/upstreamable change.

OBS-URL: https://build.opensuse.org/request/show/1132599
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=58
2023-12-12 13:54:26 +00:00

23 lines
712 B
Diff

Date: 2023-12-12
Author: Bernhard M. Wiedemann <bwiedemann suse de>
Make package build reproducible
For this we avoid the use of a random tmp path
that gets embedded into
/usr/lib64/python3.10/site-packages/yarl/_quoting_c.cpython-310-x86_64-linux-gnu.so
diff --git a/packaging/pep517_backend/_backend.py b/packaging/pep517_backend/_backend.py
index 9360598..8731ed1 100644
--- a/packaging/pep517_backend/_backend.py
+++ b/packaging/pep517_backend/_backend.py
@@ -323,7 +323,7 @@ def build_wheel(
"""
with maybe_prebuild_c_extensions(
- build_inplace=False,
+ build_inplace=True,
config_settings=config_settings,
):
return _setuptools_build_wheel(