all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35412] [PATCH 1/2] gnu: rpm: Use python3 instead of python2.
@ 2019-04-24 10:03 Jonathan Brielmaier
  2019-04-24 10:25 ` [bug#35412] [PATCH 2/2] gnu: osc: Update to 0.165.0 Jonathan Brielmaier
  2019-05-11  8:45 ` bug#35412: [PATCH 1/2] gnu: rpm: Use python3 instead of python2 Arun Isaac
  0 siblings, 2 replies; 4+ messages in thread
From: Jonathan Brielmaier @ 2019-04-24 10:03 UTC (permalink / raw)
  To: 35412

osc depends on python-rpm and requires python3 now.

* gnu/packages/package-management.scm (rpm)[inputs]: Use python instead
of python-2.
---
 gnu/packages/package-management.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 6708a761eb..f3b592b9e9 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -518,7 +518,7 @@ symlinks to the files in a common directory such as /usr/local.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("python" ,python-2)
+     `(("python" ,python)
        ("xz" ,xz)
        ("bdb" ,bdb)
        ("popt" ,popt)
--
2.21.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-05-11  8:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-24 10:03 [bug#35412] [PATCH 1/2] gnu: rpm: Use python3 instead of python2 Jonathan Brielmaier
2019-04-24 10:25 ` [bug#35412] [PATCH 2/2] gnu: osc: Update to 0.165.0 Jonathan Brielmaier
2019-05-09 10:43   ` Jonathan Brielmaier
2019-05-11  8:45 ` bug#35412: [PATCH 1/2] gnu: rpm: Use python3 instead of python2 Arun Isaac

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.