From 9a939eff1d1d5b0387ca85c08d4e8755a2c1d23a0135ff9284717074f6df99ae Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 15 Dec 2020 21:40:02 +0000 Subject: [PATCH] Add source of test_fixtures to SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hpack?expand=0&rev=19 --- python-hpack.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-hpack.spec b/python-hpack.spec index b71d161..7f476e2 100644 --- a/python-hpack.spec +++ b/python-hpack.spec @@ -24,6 +24,7 @@ Summary: Pure-Python HPACK header compression License: MIT URL: https://github.com/python-hyper/hpack Source0: https://files.pythonhosted.org/packages/source/h/hpack/hpack-%{version}.tar.gz +# Content of https://github.com/python-hyper/hpack/tree/master/test/test_fixtures Source1: test_fixtures.tar.xz Patch0: healthcheck.patch BuildRequires: %{python_module hypothesis}