forked from pool/python-ttp
- Remove python-ttp-templates dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ttp?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 24 05:36:46 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Remove python-ttp-templates dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 21 11:07:03 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
Fri Oct 21 11:07:03 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ttp
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
@@ -34,25 +34,24 @@ URL: https://github.com/dmulyalin/ttp
|
|||||||
Source: https://github.com/dmulyalin/ttp/archive/refs/tags/%{version}.tar.gz#/ttp-%{version}.tar.gz
|
Source: https://github.com/dmulyalin/ttp/archive/refs/tags/%{version}.tar.gz#/ttp-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM fix-tests.patch gh#dmulyalin/ttp#90
|
# PATCH-FIX-UPSTREAM fix-tests.patch gh#dmulyalin/ttp#90
|
||||||
Patch0: fix-tests.patch
|
Patch0: fix-tests.patch
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module poetry-core >= 1.0.0}
|
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module poetry-core >= 1.0.0}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
|
BuildRequires: %{python_module Cerberus}
|
||||||
|
BuildRequires: %{python_module PyYAML}
|
||||||
|
BuildRequires: %{python_module deepdiff}
|
||||||
|
BuildRequires: %{python_module jinja2}
|
||||||
|
BuildRequires: %{python_module openpyxl}
|
||||||
BuildRequires: %{python_module poetry}
|
BuildRequires: %{python_module poetry}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module openpyxl}
|
|
||||||
BuildRequires: %{python_module ttp = %{version}}
|
|
||||||
BuildRequires: %{python_module PyYAML}
|
|
||||||
BuildRequires: %{python_module tabulate}
|
BuildRequires: %{python_module tabulate}
|
||||||
BuildRequires: %{python_module jinja2}
|
BuildRequires: %{python_module ttp = %{version}}
|
||||||
BuildRequires: %{python_module Cerberus}
|
|
||||||
BuildRequires: %{python_module deepdiff}
|
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-ttp-templates
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user