Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
nml
reproducible.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File reproducible.patch of Package nml
Date: 2023-12-21 Author: Bernhard M. Wiedemann <bwiedemann suse de> don't write non-deterministic mtime-based .pyc files diff --git a/Makefile b/Makefile index d83aa8f..0b8c90d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BLACK_OPTIONS=-l 120 --exclude 'action2var_variables.py|action3_callbacks.py|gen .PHONY: regression test install extensions clean flake black regression: extensions - $(MAKE) -C regression + PYTHONDONTWRITEBYTECODE=1 $(MAKE) -C regression test: regression flake
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