From 2b57492b6458f6463ac323cfb4ffc0f3444cc974 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Feb 07 2020 16:31:07 +0000 Subject: Switch BuildRequires to python3 --- diff --git a/sdformat.spec b/sdformat.spec index 87c9951..912c075 100644 --- a/sdformat.spec +++ b/sdformat.spec @@ -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: tinyxml-devel 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 @@ make -C build test ARGS="-V -E INTEGRATION_schema_test" %doc build/doxygen/html %changelog +* Fri Feb 07 2020 Petr Viktorin - 6.0.0-6 +- Switch BuildRequires to python3 + * Thu Jan 30 2020 Fedora Release Engineering - 6.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild