18
0

Accepting request 762508 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/762508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openapi-core?expand=0&rev=6
This commit is contained in:
2020-01-09 21:53:43 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 9 18:01:55 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Drop python2 subpackage due to dropping backports dependencies.
-------------------------------------------------------------------
Thu Sep 26 14:02:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-openapi-core
Version: 0.12.0
Release: 0
@@ -36,9 +37,6 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: %{python_module strict-rfc3339}
BuildRequires: fdupes
BuildRequires: python-backports.functools_lru_cache
BuildRequires: python-backports.functools_partialmethod
BuildRequires: python-enum34
BuildRequires: python-rpm-macros
Requires: python-attrs
Requires: python-isodate
@@ -47,11 +45,6 @@ Requires: python-openapi-spec-validator
Requires: python-six
Requires: python-strict-rfc3339
BuildArch: noarch
%ifpython2
Requires: python-backports.functools_lru_cache
Requires: python-backports.functools_partialmethod
Requires: python-enum34
%endif
%python_subpackages
%description