17
0

- Remove conditional definition of python_module.

- Remove building with python2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.std.pathlib?expand=0&rev=9
This commit is contained in:
2022-10-25 19:51:41 +00:00
committed by Git OBS Bridge
parent b089fdca36
commit 16e1d87e1c
2 changed files with 6 additions and 4 deletions

View File

@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ruamel.std.pathlib
Version: 0.9.2
Release: 0
@@ -30,9 +29,6 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-ruamel.base >= 1.0.0+post1
BuildArch: noarch
%ifpython2
Requires: python-pathlib2
%endif
%python_subpackages
%description