public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: Stop using Python 2 at build time
@ 2026-06-29 12:28 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-29 12:28 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/gcc
            Branch : rhel-f41-base
            Commit : 09eade535385d8b1f19d70feaa49cf9571675e6c
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2020-02-20T15:36:53+00:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gcc/c/09eade535385d8b1f19d70feaa49cf9571675e6c?branch=rhel-f41-base

            Log:
            Stop using Python 2 at build time

Python 2 is End of Life.

See https://fedoraproject.org/wiki/Changes/RetirePython2

---
diff --git a/gcc.spec b/gcc.spec
index f39c7d1..ef4de19 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -167,7 +167,7 @@ BuildRequires: zlib-devel, gettext, dejagnu, bison, flex, sharutils
 BuildRequires: texinfo, texinfo-tex, /usr/bin/pod2man
 BuildRequires: systemtap-sdt-devel >= 1.3
 BuildRequires: gmp-devel >= 4.1.2-8, mpfr-devel >= 2.2.1, libmpc-devel >= 0.8.1
-BuildRequires: python2-devel, python3-devel, /usr/bin/python
+BuildRequires: python3-devel, /usr/bin/python
 BuildRequires: gcc, gcc-c++
 %if %{build_go}
 BuildRequires: hostname, procps

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

only message in thread, other threads:[~2026-06-29 12:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:28 [rpms/gcc] rhel-f41-base: Stop using Python 2 at build time 

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