From dfd72ad48da2234c020920d2f0671dcc3edf8b4c656e91bb6252997eb02dc1e1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 11 Nov 2019 10:24:39 +0000 Subject: [PATCH] Accepting request 747249 from home:mnhauke - Add python-setuptools to Requires * pkg_resources is a runtime dependency OBS-URL: https://build.opensuse.org/request/show/747249 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nwdiag?expand=0&rev=7 --- python-nwdiag.changes | 6 ++++++ python-nwdiag.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-nwdiag.changes b/python-nwdiag.changes index db7b82e..6ee5d09 100644 --- a/python-nwdiag.changes +++ b/python-nwdiag.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Nov 10 18:11:35 UTC 2019 - Martin Hauke + +- Add python-setuptools to Requires + * pkg_resources is a runtime dependency + ------------------------------------------------------------------- Sun Jun 2 18:04:56 UTC 2019 - Jan Engelhardt diff --git a/python-nwdiag.spec b/python-nwdiag.spec index 1ebdcdf..cda92c6 100644 --- a/python-nwdiag.spec +++ b/python-nwdiag.spec @@ -29,6 +29,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-blockdiag >= 1.5.0 +Requires: python-setuptools Suggests: python-reportlab Suggests: python-docutils Suggests: python-nose