emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#35412: closed ([PATCH 1/2] gnu: rpm: Use python3 i


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35412: closed ([PATCH 1/2] gnu: rpm: Use python3 instead of python2.)
Date: Sat, 11 May 2019 08:46:02 +0000

Your message dated Sat, 11 May 2019 14:15:21 +0530
with message-id <address@hidden>
and subject line Re: [bug#35412] [PATCH 1/2] gnu: rpm: Use python3 instead of 
python2.
has caused the debbugs.gnu.org bug report #35412,
regarding [PATCH 1/2] gnu: rpm: Use python3 instead of python2.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35412: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35412
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: rpm: Use python3 instead of python2. Date: Wed, 24 Apr 2019 12:03:21 +0200
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#35412] [PATCH 1/2] gnu: rpm: Use python3 instead of python2. Date: Sat, 11 May 2019 14:15:21 +0530
Thanks! I pushed your patches with a few modifications, of which the two
most notable are:

- I updated rpm to 4.14.2.1.
- GitHub autogenerated source tarballs are unstable (their hashes
change). So, I made osc use git-fetch instead of url-fetch.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]