diff --git a/python-isbnlib.spec b/python-isbnlib.spec index 6444375..7ac7643 100644 --- a/python-isbnlib.spec +++ b/python-isbnlib.spec @@ -23,10 +23,9 @@ Release: 0 Summary: Extract, clean, transform, hyphenate and metadata for ISBNs License: LGPL-3.0-only URL: https://github.com/xlcnd/isbnlib -Source: https://files.pythonhosted.org/packages/source/i/isbnlib/isbnlib-%{version}.tar.gz Source: https://github.com/xlcnd/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz -# PATCH-{FIX|FEATURE}-{OPENSUSE|SLE|UPSTREAM} name-of-file.patch bsc#[0-9]+ mcepl@suse.com -# this patch makes things totally awesome +# PATCH-FIX-UPSTREAM mark-network-tests.patch gh#xlcnd/isbnlib#121 mcepl@suse.com +# mark tests requiring network access so they may be skipped Patch0: mark-network-tests.patch BuildRequires: %{python_module anyio} BuildRequires: %{python_module flaky}