public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/flatpak-runtime-config] f45: Add missed file
@ 2026-09-10 21:21 Owen W. Taylor
  0 siblings, 0 replies; only message in thread
From: Owen W. Taylor @ 2026-09-10 21:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/flatpak-runtime-config
Branch : f45
Commit : f1b4680012bf7f01bfe6fa8b163bfbf4b35971c5
Author : Owen W. Taylor <otaylor@fishsoup.net>
Date   : 2018-09-28T09:38:20-04:00
Stats  : +9/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/flatpak-runtime-config/c/f1b4680012bf7f01bfe6fa8b163bfbf4b35971c5?branch=f45

Log:
Add missed file

---
diff --git a/usercustomize.py b/usercustomize.py
new file mode 100644
index 0000000..cbca172
--- /dev/null
+++ b/usercustomize.py
@@ -0,0 +1,9 @@
+import site
+import sysconfig
+
+purelib = sysconfig.get_path('purelib', vars=dict(base='/app'))
+platlib = sysconfig.get_path('platlib', vars=dict(platbase='/app'))
+site.addsitedir(purelib)
+if platlib != purelib:
+    site.addsitedir(platlib)
+

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-10 21:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 21:21 [rpms/flatpak-runtime-config] f45: Add missed file Owen W. Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox