#3 Switch BuildRequires to python3
Closed 4 years ago by rmattes. Opened 4 years ago by pviktori.
rpms/ pviktori/sdformat py2br  into  master

file modified
+5 -2
@@ -3,7 +3,7 @@ 

  

  Name:		sdformat

  Version:	6.0.0

- Release:	5%{?dist}

+ Release:	6%{?dist}

  Summary:	The Simulation Description Format

  

  License:	ASL 2.0
@@ -30,7 +30,7 @@ 

  BuildRequires:	urdfdom-devel

  

  #Test dependencies

- BuildRequires:  python2

+ BuildRequires:  python3

  

  %description

  The Simulation Description Format (SDF) is an XML file format used to
@@ -116,6 +116,9 @@ 

  %doc build/doxygen/html

  

  %changelog

+ * Fri Feb 07 2020 Petr Viktorin <pviktori@redhat.com> - 6.0.0-6

+ - Switch BuildRequires to python3

+ 

  * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-5

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

sdformat seems to build fine with python3.
Can the BuildRequires be switched?

Yes, it should be fine to switch the BR. I took the opportunity to also update the spec to install versioned libraries with the version and soversion (instead of .so.), so I didn't merge this PR, but I did make the exact same change.

Pull-Request has been closed by rmattes

4 years ago
Metadata