https://bugzilla.redhat.com/show_bug.cgi?id=1415634 Alan Pevec <apevec@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(jpena@xxxxxxxxxx) --- Comment #5 from Alan Pevec <apevec@xxxxxxxxxx> --- > Requires: PyYAML >= 3.10.0 This fails on EL7 which has PyYAML-3.10-11.el7.x86_64 (base) Please apply this patch to make it work on EL7: diff --git a/python-murano-pkg-check.spec b/python-murano-pkg-check.spec index 07691cd..534a64c 100644 --- a/python-murano-pkg-check.spec +++ b/python-murano-pkg-check.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Murano package validator tool License: ASL 2.0 @@ -45,7 +45,7 @@ Summary: Murano package validator tool %{?python_provide:%python_provide python2-%{pypi_name}} Requires: python-pbr >= 1.6 -Requires: PyYAML >= 3.10.0 +Requires: PyYAML >= 3.10 Requires: python-yaql >= 1.1.0 Requires: python-six >= 1.9.0 Requires: python-stevedore >= 1.16.0 @@ -90,7 +90,7 @@ BuildRequires: python3-yaql BuildRequires: python3-stevedore Requires: python3-pbr >= 1.6 -Requires: python3-PyYAML >= 3.10.0 +Requires: python3-PyYAML >= 3.10 Requires: python3-yaql >= 1.1.0 Requires: python3-six >= 1.9.0 Requires: python3-stevedore >= 1.16.0 -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx