#2 Switch BuildRequires to python3
Closed 3 years ago by churchyard. Opened 4 years ago by pviktori.
rpms/ pviktori/ompl py-br  into  master

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

  

  Name:           ompl

  Version:        1.3.2

- Release:        9%{?dist}

+ Release:        10%{?dist}

  Summary:        The Open Motion Planning Library

  

  License:        BSD
@@ -17,7 +17,7 @@ 

  BuildRequires:  flann-devel

  BuildRequires:  graphviz

  BuildRequires:  ode-devel

- BuildRequires:  python2

+ BuildRequires:  python3

  BuildRequires:  ruby

  

  Patch0: ompl-1.3.2-pybindings.patch
@@ -90,6 +90,9 @@ 

  %{_libdir}/cmake/%{name}

  

  %changelog

+ * Mon Feb 03 2020 Petr Viktorin <pviktori@redhat.com> - 1.3.2-10

+ - Switch BuildRequires to python3

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-9

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

  

ompl seems to build fine with python3 instead of python2.
Can the BuildRequires be switched?

Pull-Request has been closed by churchyard

3 years ago