Project

General

Profile

Actions

Bug #17106

closed

SUSE builds do not create __pycache__ files

Added by Nathan Cutler over 7 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Community (dev)
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Credits to Tim Serong for finding this bug.

https://github.com/ceph/ceph/commit/73042684 added packages for Python 3 bindings, including packaging some files in __pycache__ directories. This is in accordance with Fedora packaging guidelines [1].

I assume these __pycache__ directories and the files they contain are created only when the build machine is connected to the network. (That's the most obvious explanation for why they are not created in OBS builds.)

Since these directories/files will be created automatically if they are missing, they can be safely omitted in SUSE builds - at least for now.

[1]
https://fedoraproject.org/wiki/Packaging:Python
"When packaging python modules, several types of files are included:
*.pyc and *.pyo byte compiled files (and, if present, the enclosing __pycache__ directory in most cases)."

Actions

Also available in: Atom PDF