15
0

- Reintroduce split_debug.patch for rpmlint[mini] mode

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal
2019-01-11 09:56:50 +00:00
committed by Git OBS Bridge
parent c82d65db7a
commit e524408dda
3 changed files with 47 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/construct/construct
Source: https://github.com/construct/construct/archive/v%{version}.tar.gz
Patch0: split_debug.patch
BuildRequires: %{python_module arrow}
BuildRequires: %{python_module pytest-benchmark}
BuildRequires: %{python_module pytest}
@@ -51,6 +52,8 @@ and in the other direction to convert ("build") objects into binary data.
%prep
%setup -q -n construct-%{version}
%patch0 -p1
# remove gallery tests that require in place stuff
rm -rf tests/gallery
rm -rf tests/deprecated_gallery