forked from pool/python-immutables
- Upstream fixed problems with 32bit systems
(gh#MagicStack/immutables#69) so we have removed skip_32bit_tests.patch and added new solution which actually fixes the issue: test_none_collisions-32-bit.patch. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutables?expand=0&rev=15
This commit is contained in:
@@ -25,9 +25,9 @@ Summary: Immutable collections for Python
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/MagicStack/immutables
|
||||
Source: https://files.pythonhosted.org/packages/source/i/immutables/immutables-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM skip_32bit_tests.patch gh#MagicStack/immutables#53 mcepl@suse.com
|
||||
# skip failing tests on 32bit architectures
|
||||
Patch0: skip_32bit_tests.patch
|
||||
# PATCH-FIX-UPSTREAM test_none_collisions-32-bit.patch gh#MagicStack/immutables#69 mcepl@suse.com
|
||||
# Fix test_none_collisions on 32-bit systems
|
||||
Patch0: test_none_collisions-32-bit.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
|
Reference in New Issue
Block a user