14
0
Tomáš Chvátal
2019-05-15 16:25:10 +00:00
committed by Git OBS Bridge
parent fe7d9f3e1c
commit 087528ca2e
2 changed files with 6 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ Summary: Python Bindings for the low-level FUSE3 API
License: LGPL-2.1-or-later
Group: Development/Libraries/Python
URL: https://github.com/libfuse/pyfuse3
Source: https://github.com/libfuse/pyfuse3/archive/release-%{version}.tar.gz#/%{pname}-%{version}.tar.gz
Source: https://github.com/libfuse/pyfuse3/archive/v%{version}.tar.gz#/%{pname}-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module contextvars >= 2.1}
BuildRequires: %{python_module devel}