15
0

- Add patch migrate-to-setup-method.patch:

* Migrate to using setup_method().

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-librouteros?expand=0&rev=19
This commit is contained in:
2024-08-20 04:29:15 +00:00
committed by Git OBS Bridge
parent a00b67b634
commit 19c9657fe1
3 changed files with 114 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ Summary: Python implementation of MikroTik RouterOS API
License: GPL-2.0-or-later
URL: https://github.com/luqasz/librouteros
Source: https://github.com/luqasz/librouteros/archive/%{version}.tar.gz#/librouteros-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#luqasz/librouteros#a9349dfdc1d8e7a915567766e0d18b07544323dc
Patch0: migrate-to-setup-method.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}