From c0bdb65fd153d0fe8a03a132e6502828beae09802f2ed8d580419bab219ca39a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 28 Dec 2021 22:54:49 +0000 Subject: [PATCH] - Add missing BR typing_extensions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-factory_boy?expand=0&rev=24 --- python-factory_boy.changes | 5 +++++ python-factory_boy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-factory_boy.changes b/python-factory_boy.changes index 2b5fd47..4dd67d4 100644 --- a/python-factory_boy.changes +++ b/python-factory_boy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 28 22:54:39 UTC 2021 - Matej Cepl + +- Add missing BR typing_extensions + ------------------------------------------------------------------- Mon Dec 27 18:24:13 UTC 2021 - Ben Greiner diff --git a/python-factory_boy.spec b/python-factory_boy.spec index a28096e..615a3ff 100644 --- a/python-factory_boy.spec +++ b/python-factory_boy.spec @@ -30,7 +30,7 @@ Patch0: tests-skip-django-py36.patch BuildRequires: %{python_module Faker >= 0.7.0} BuildRequires: %{python_module Pillow} BuildRequires: %{python_module setuptools >= 0.8} -BuildRequires: %{pythons} +BuildRequires: %{python_module typing_extensions} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: %{python_module Django if (%python-base without python36-base)}