Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:frispete:python
python-yarl
reproducible.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File reproducible.patch of Package python-yarl
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 9a28ace..3e7db07 100644 --- a/packaging/pep517_backend/_backend.py +++ b/packaging/pep517_backend/_backend.py @@ -286,7 +286,7 @@ def build_wheel( """ with maybe_prebuild_c_extensions( line_trace_cython_when_unset=False, - build_inplace=False, + build_inplace=True, config_settings=config_settings, ): return _setuptools_build_wheel(
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor