public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kdevelop-python] f44: force using Python 3 for bytecompiling
@ 2026-07-04  0:59 Kevin Kofler
  0 siblings, 0 replies; only message in thread
From: Kevin Kofler @ 2026-07-04  0:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kdevelop-python
Branch : f44
Commit : 0c27e014e8c3e3cd596c59013120127be52aac40
Author : Kevin Kofler <Kevin@tigcc.ticalc.org>
Date   : 2014-09-26T19:26:47+02:00
Stats  : +3/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/kdevelop-python/c/0c27e014e8c3e3cd596c59013120127be52aac40?branch=f44

Log:
force using Python 3 for bytecompiling

---
diff --git a/kdevelop-python.spec b/kdevelop-python.spec
index 5b45c9e..aca710b 100644
--- a/kdevelop-python.spec
+++ b/kdevelop-python.spec
@@ -16,6 +16,9 @@ BuildRequires:  kdevplatform-devel >= %{version}
 BuildRequires:  python3-devel >= 3.4
 BuildRequires:  gettext
 
+# force using Python 3 for bytecompiling
+%global __python %{__python3}
+
 Requires:       kdevelop = 9:%{kdevelop_version}
 
 %description

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

only message in thread, other threads:[~2026-07-04  0:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-04  0:59 [rpms/kdevelop-python] f44: force using Python 3 for bytecompiling Kevin Kofler

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