15
0

- Add no-stdpy-pyc.patch which makes Sphinx not to generate

*.pyc files for the Python interpreter it uses for generating
  documentation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=35
This commit is contained in:
2023-07-26 22:10:36 +00:00
committed by Git OBS Bridge
parent df13315a43
commit bbc77e687b
3 changed files with 28 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/pallets-eco/blinker/
Source: https://files.pythonhosted.org/packages/source/b/blinker/blinker-%{version}.tar.gz
# PATCH-FIX-OPENSUSE no-stdpy-pyc.patch bsc#[0-9]+ mcepl@suse.com
# Persuade Sphinx not to generate *.pyc files
Patch0: no-stdpy-pyc.patch
BuildRequires: %{python_module Pallets-Sphinx-Themes}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module pip}