forked from pool/python-pyupgrade
- 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:
committed by
Git OBS Bridge
parent
985d3d58e2
commit
1ec1e28b21
@@ -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}
|
||||
|
Reference in New Issue
Block a user