14
0

Accepting request 932322 from home:gladiac:mailman3

- Only build for python3 on openSUSE Leap 15.3

OBS-URL: https://build.opensuse.org/request/show/932322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-tabs?expand=0&rev=4
This commit is contained in:
2021-11-18 20:40:05 +00:00
committed by Git OBS Bridge
parent 196f55a4a9
commit 23be72089e
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 17 11:03:54 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- Fix building on openSUSE 15.3
-------------------------------------------------------------------
Tue Jun 29 09:47:05 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -17,6 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?sle_version} && 0%{?sle_version} <= 150300
%define pythons python3
%endif
# TODO: use github tarball because upstrean dont distribute tests via pypi
%bcond_with test
Name: python-sphinx-tabs