From c71d1a88f14d87ab36eead2cda71dea93efeefaf3d4066f9a4ad228862427d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 23 Dec 2019 13:03:59 +0000 Subject: [PATCH] Accepting request 758858 from home:mnhauke - Add python2-setuptools to the runtime-requirements OBS-URL: https://build.opensuse.org/request/show/758858 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/supervisor?expand=0&rev=6 --- supervisor.changes | 5 +++++ supervisor.spec | 13 +++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/supervisor.changes b/supervisor.changes index dca9105..927db49 100644 --- a/supervisor.changes +++ b/supervisor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 22 14:53:34 UTC 2019 - Martin Hauke + +- Add python2-setuptools to the runtime-requirements + ------------------------------------------------------------------- Tue Mar 26 13:54:23 UTC 2019 - Martin Hauke diff --git a/supervisor.spec b/supervisor.spec index e869717..74a1713 100644 --- a/supervisor.spec +++ b/supervisor.spec @@ -28,12 +28,13 @@ Source2: supervisord.conf Source3: supervisord.service Source4: supervisord-tmpfiles.conf BuildRequires: fdupes -BuildRequires: python-meld3 -BuildRequires: python-mock >= 0.5.0 -BuildRequires: python-rpm-macros -BuildRequires: python-setuptools -Requires: python-meld3 >= 0.6.5 -Suggests: python-cElementTree >= 1.0.2 +BuildRequires: python2-meld3 +BuildRequires: python2-mock >= 0.5.0 +BuildRequires: python2-rpm-macros +BuildRequires: python2-setuptools +Requires: python2-meld3 >= 0.6.5 +Requires: python2-setuptools +Suggests: python2-cElementTree >= 1.0.2 BuildArch: noarch %{?systemd_requires}