public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Owen W. Taylor <otaylor@fishsoup.net>
To: git-commits@fedoraproject.org
Subject: [rpms/flatpak-runtime-config] f45: Add missed file
Date: Thu, 10 Sep 2026 21:21:40 GMT [thread overview]
Message-ID: <178907530002.1.3103766962430722183.rpms-flatpak-runtime-config-f1b4680012bf@fedoraproject.org> (raw)
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)
+
reply other threads:[~2026-09-10 21:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178907530002.1.3103766962430722183.rpms-flatpak-runtime-config-f1b4680012bf@fedoraproject.org \
--to=otaylor@fishsoup.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox