diff options
Diffstat (limited to 'snippets/spec.snippets')
-rw-r--r-- | snippets/spec.snippets | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snippets/spec.snippets b/snippets/spec.snippets index 84e0af8..79f3b98 100644 --- a/snippets/spec.snippets +++ b/snippets/spec.snippets @@ -19,6 +19,7 @@ snippet pyt snippet patch # PATCH-{FIX|FEATURE}-{OPENSUSE|SLE|UPSTREAM} name-of-file.patch bsc#[0-9]+ mcepl@suse.com # this patch makes things totally awesome + Patch0: snippet pyc $python -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/hypothesis/ |