Oved Ourfali has uploaded a new change for review. Change subject: spec: change python-yaml to PyYAML ......................................................................
spec: change python-yaml to PyYAML Seems like python-yaml is provided by PyYAML, and CI complains. Change-Id: Iee6210352befa657cfaf7e83e15d1abd262bed2c Signed-off-by: Oved Ourfali <[email protected]> --- M automation/check-merged.packages.fc23 M automation/check-patch.packages.fc23 M vdsm.spec.in 3 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/86/57286/1 diff --git a/automation/check-merged.packages.fc23 b/automation/check-merged.packages.fc23 index 56608d1..7c9334a 100644 --- a/automation/check-merged.packages.fc23 +++ b/automation/check-merged.packages.fc23 @@ -10,6 +10,7 @@ mom openvswitch policycoreutils-python +PyYAML python-blivet python-coverage python-devel @@ -20,7 +21,6 @@ python-pthreading python-rtslib python-six -python-yaml python3-netaddr python3-nose python3-six diff --git a/automation/check-patch.packages.fc23 b/automation/check-patch.packages.fc23 index d05bed4..b52cca6 100644 --- a/automation/check-patch.packages.fc23 +++ b/automation/check-patch.packages.fc23 @@ -8,6 +8,7 @@ mom openvswitch policycoreutils-python +PyYAML python-blivet python-coverage python-devel @@ -17,7 +18,6 @@ python-nose python-pthreading python-six -python-yaml python3-netaddr python3-nose python3-six diff --git a/vdsm.spec.in b/vdsm.spec.in index cc95292..5559877 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -74,6 +74,7 @@ BuildRequires: openvswitch >= 2.0.0 BuildRequires: policycoreutils-python BuildRequires: psmisc +BuildRequires: PyYAML BuildRequires: python-cpopen >= 1.4 BuildRequires: python-inotify BuildRequires: python-ioprocess >= 0.15.0-4 @@ -81,7 +82,6 @@ BuildRequires: qemu-img BuildRequires: rpm-python BuildRequires: python-blivet -BuildRequires: python-yaml %if 0%{?with_python3} %if 0%{?rhel} @@ -112,6 +112,7 @@ Requires: xz Requires: ntp Requires: iproute >= 3.10.0 +Requires: PyYAML Requires: python-netaddr Requires: python-inotify Requires: python-argparse @@ -120,7 +121,6 @@ Requires: python-pthreading >= 0.1.3-3 Requires: python-six >= 1.9.0 Requires: python-requests -Requires: python-yaml Requires: %{name}-infra = %{version}-%{release} Requires: rpm-python Requires: nfs-utils -- To view, visit https://gerrit.ovirt.org/57286 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iee6210352befa657cfaf7e83e15d1abd262bed2c Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Oved Ourfali <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
