14
0

- Disable build on Python 2 as the build fails with the latest version.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=15
This commit is contained in:
Sebastian Wagner
2021-02-13 18:23:06 +00:00
committed by Git OBS Bridge
parent 985d3d58e2
commit 1ec1e28b21
2 changed files with 8 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pyupgrade
Version: 2.10.0
Release: 0
@@ -42,7 +43,8 @@ BuildArch: noarch
%python_subpackages
%description
A tool to automatically upgrade syntax for newer versions.
A tool to automatically upgrade syntax for newer versions of the Python
programming language.
%prep
%setup -q -n pyupgrade-%{version}