14
0

Accepting request 986485 from home:adkorte:branches:devel:languages:python

- 0002-reader-make-PY_SSIZE_T_CLEAN.patch added to fix boo#1200686
  reader: make PY_SSIZE_T_CLEAN

OBS-URL: https://build.opensuse.org/request/show/986485
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-systemd?expand=0&rev=20
This commit is contained in:
2022-07-03 21:02:04 +00:00
committed by Git OBS Bridge
parent e64f2ce9cc
commit eb5b220f0b
3 changed files with 55 additions and 3 deletions

View File

@@ -30,6 +30,8 @@ Source: https://github.com/systemd/%{name}/archive/v%{version}.tar.gz#/%
Patch1: iso-c-90.patch
# PATCH-FIX-OPENSUSE exclude-tests-on-obs.patch removes a test when running tests at OBS. Should be removed as soon as OBS is fixed
Patch100: exclude-tests-on-obs.patch
# PATCH-FIX-UPSTREAM reader: make PY_SSIZE_T_CLEAN
Patch101: 0002-reader-make-PY_SSIZE_T_CLEAN.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -53,9 +55,7 @@ Python module for native access to the systemd facilities. Functionality is sepe
* systemd.login wraps parts of libsystemd used to query logged in users and available seats and machines.
%prep
%setup -q
%patch1 -p1
%patch100 -p1
%autosetup -p1
%build
%python_build