From 128c8f3a9208ccd69adec11bc85ae42b7f9b795e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 12 May 2020 09:23:36 +0200 Subject: [PATCH] mistral-lib: update to 2.1.0 Change-Id: I9e501d928954bdc5bee51360ce688b0919330514 --- openstack/mistral-lib/mistral-lib.spec.j2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openstack/mistral-lib/mistral-lib.spec.j2 b/openstack/mistral-lib/mistral-lib.spec.j2 index b0d889244..816589cef 100644 --- a/openstack/mistral-lib/mistral-lib.spec.j2 +++ b/openstack/mistral-lib/mistral-lib.spec.j2 @@ -1,5 +1,5 @@ {% set pypi_name = 'mistral-lib' %} -{% set upstream_version = upstream_version('1.4.0') %} +{% set upstream_version = upstream_version('2.1.0') %} {% set source = url_pypi() %} {% set rpm_release = '1' %} Name: {{ py2name() }} @@ -17,7 +17,8 @@ BuildRequires: {{ py3('oslo.serialization') }} BuildRequires: {{ py3('oslotest') }} BuildRequires: {{ py3('stestr') }} BuildRequires: {{ py3('testtools') }} -BuildArch: noarch +BuildRequires: {{ py3('yaql') }} +BuildArch: noarch %description This library contains data types, exceptions, functions and @@ -33,6 +34,7 @@ Requires: {{ py3('eventlet') }} Requires: {{ py3('oslo.log') }} Requires: {{ py3('oslo.serialization') }} Requires: {{ py3('pbr') }} +Requires: {{ py3('yaql') }} %description -n python3-mistral-lib This library contains data types, exceptions, functions and