forked from pool/python-python-pptx
Accepting request 969214 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/969214 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-pptx?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 11 13:24:32 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- do not use mock
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 24 18:00:59 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
Tue Aug 24 18:00:59 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-pptx
|
# spec file for package python-python-pptx
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# 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
|
License: MIT
|
||||||
URL: http://github.com/scanny/python-pptx
|
URL: http://github.com/scanny/python-pptx
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/python-pptx/python-pptx-%{version}.tar.gz
|
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_module setuptools}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module lxml >= 3.1.0}
|
BuildRequires: %{python_module lxml >= 3.1.0}
|
||||||
BuildRequires: %{python_module Pillow >= 3.3.2}
|
BuildRequires: %{python_module Pillow >= 3.3.2}
|
||||||
BuildRequires: %{python_module XlsxWriter >= 0.5.7}
|
BuildRequires: %{python_module XlsxWriter >= 0.5.7}
|
||||||
BuildRequires: %{python_module behave}
|
BuildRequires: %{python_module behave}
|
||||||
BuildRequires: %{python_module mock}
|
|
||||||
BuildRequires: %{python_module pyparsing >= 2.0.1}
|
BuildRequires: %{python_module pyparsing >= 2.0.1}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-lxml >= 3.1.0
|
|
||||||
Requires: python-Pillow >= 3.3.2
|
Requires: python-Pillow >= 3.3.2
|
||||||
Requires: python-XlsxWriter >= 0.5.7
|
Requires: python-XlsxWriter >= 0.5.7
|
||||||
|
Requires: python-lxml >= 3.1.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user