From 337f95442798b9339af5c17190ab22c217c3006d1a6d861107d01ea9ad26768a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 11 Apr 2022 13:43:10 +0000 Subject: [PATCH] Accepting request 969209 from home:mcalabkova:branches:devel:languages:python - do not use mock OBS-URL: https://build.opensuse.org/request/show/969209 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-pptx?expand=0&rev=3 --- python-python-pptx.changes | 5 +++++ python-python-pptx.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-python-pptx.changes b/python-python-pptx.changes index 058e2fc..a645157 100644 --- a/python-python-pptx.changes +++ b/python-python-pptx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 11 13:24:32 UTC 2022 - Markéta Machová + +- do not use mock + ------------------------------------------------------------------- Tue Aug 24 18:00:59 UTC 2021 - Martin Hauke diff --git a/python-python-pptx.spec b/python-python-pptx.spec index af559c4..6c56928 100644 --- a/python-python-pptx.spec +++ b/python-python-pptx.spec @@ -1,6 +1,7 @@ # # spec file for package python-python-pptx # +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2021, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -24,21 +25,20 @@ Summary: Generate and manipulate Open XML PowerPoint (pptx) files License: MIT URL: http://github.com/scanny/python-pptx Source: https://files.pythonhosted.org/packages/source/p/python-pptx/python-pptx-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module lxml >= 3.1.0} BuildRequires: %{python_module Pillow >= 3.3.2} BuildRequires: %{python_module XlsxWriter >= 0.5.7} BuildRequires: %{python_module behave} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pyparsing >= 2.0.1} BuildRequires: %{python_module pytest} # /SECTION BuildRequires: fdupes -Requires: python-lxml >= 3.1.0 Requires: python-Pillow >= 3.3.2 Requires: python-XlsxWriter >= 0.5.7 +Requires: python-lxml >= 3.1.0 BuildArch: noarch %python_subpackages