15
0

- Remove no-inspect-getargspec.patch, because we unbundle

bottle.py (gh#pympler/pympler#148).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=17
This commit is contained in:
2022-10-27 13:10:35 +00:00
committed by Git OBS Bridge
parent 87c016ac27
commit 20023b376c
3 changed files with 10 additions and 36 deletions

View File

@@ -28,9 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/P/Pympler/Pympler
# PATCH-FIX-UPSTREAM pympler-flaky-tests.patch gh#pympler/pympler#90 mcepl@suse.com
# More cycles needed with more recent versions of Python
Patch0: pympler-flaky-tests.patch
# PATCH-FIX-UPSTREAM no-inspect-getargspec.patch gh#pympler/pympler#148 mcepl@suse.com
# Replaced removed method inspect.getargspec
Patch1: no-inspect-getargspec.patch
BuildRequires: %{python_module bottle}
BuildRequires: %{python_module dbm}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -51,6 +49,9 @@ can easily be identified.
%prep
%autosetup -p1 -n Pympler-%{version}
# Remove bundled bottle (gh#pympler/pympler#148)
rm pympler/util/bottle.py
%build
%python_build