From b208f7860fb855c06947eeff4ffcce21b0a5d81f Mon Sep 17 00:00:00 2001 From: mprahl Date: Feb 14 2019 18:54:08 +0000 Subject: Add python-prometheus_client as a dependency --- diff --git a/module-build-service.spec b/module-build-service.spec index b65c99c..ae749bc 100644 --- a/module-build-service.spec +++ b/module-build-service.spec @@ -45,6 +45,7 @@ BuildRequires: python3-kobo BuildRequires: python3-kobo-rpmlib BuildRequires: python3-fedmsg BuildRequires: python3-pungi +BuildRequires: python3-prometheus_client %else @@ -62,6 +63,7 @@ BuildRequires: python-ldap3 BuildRequires: python-enum34 BuildRequires: python2-koji BuildRequires: python2-fedmsg +BuildRequires: python2-prometheus_client %if 0%{?rhel} && 0%{?rhel} <= 7 BuildRequires: python-setuptools @@ -127,6 +129,7 @@ Requires: python3-dogpile-cache Requires: python3-requests Requires: python3-pyOpenSSL Requires: python3-fedmsg +Requires: python3-prometheus_client %else Requires: python-flask-script Requires: python-munch @@ -139,6 +142,7 @@ Requires: python2-solv Requires: python2-koji Requires: python2-fedmsg Requires: python2-pungi +Requires: python2-prometheus_client %if 0%{?rhel} && 0%{?rhel} <= 7 Requires: python-flask-sqlalchemy @@ -273,6 +277,9 @@ done %endif %changelog +* Thu Feb 14 2019 mprahl - 2.14.0-2 +- Add python-prometheus_client as a dependency + * Thu Feb 14 2019 mprahl - 2.14.0-1 - new version