SHA256
15
0
forked from pool/python-av

Accepting request 1103721 from devel:languages:python

- restrict to older Cython bindings version

OBS-URL: https://build.opensuse.org/request/show/1103721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-av?expand=0&rev=14
This commit is contained in:
2023-08-14 20:35:26 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 13 19:36:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
- restrict to older Cython bindings version
-------------------------------------------------------------------
Wed Mar 29 04:51:43 UTC 2023 - Mia Herkt <mia@0x0.st>

View File

@@ -24,7 +24,7 @@ Summary: Python bindings for FFmpeg's libraries
License: BSD-3-Clause
URL: https://github.com/PyAV-Org/PyAV
Source: https://files.pythonhosted.org/packages/source/a/av/av-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module Cython with %python-Cython < 3}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest}