From ce067e684850c29ccf730208b8a54322800a0bb2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Jun 02 2020 10:16:17 +0000 Subject: * Tue Jun 02 2020 Fabian Affolter - 1.0.1-7 - Add runtime requirement (rhbz#1826566) --- diff --git a/python-coapthon3.spec b/python-coapthon3.spec index 6c908c3..8478eb5 100644 --- a/python-coapthon3.spec +++ b/python-coapthon3.spec @@ -18,6 +18,8 @@ Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools + +Requires: python3-cachetools %{?python_provide:%python_provide python3-coapthon3} %description -n python3-coapthon3 @@ -51,6 +53,9 @@ sed -i -e '1d;2i#!/usr/bin/python3' exampleresources.py %{_bindir}/*.py %changelog +* Tue Jun 02 2020 Fabian Affolter - 1.0.1-7 +- Add runtime requirement (rhbz#1826566) + * Tue May 26 2020 Miro HronĨok - 1.0.1-6 - Rebuilt for Python 3.9