diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2020-03-08 08:19:12 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:59:03 +0100 |
commit | 42f8a270800324ee10dc81964707d0f11c6f99a9 (patch) | |
tree | 0450b666640838813c811d1d8a0d04221fd16317 /snippets/spec.snippets | |
parent | 968133c46eb1aa69980048475b6091fa9ffffe85 (diff) | |
download | vim-suse-changes-42f8a270800324ee10dc81964707d0f11c6f99a9.tar.gz |
fix(snippets): extend patch snippet
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/ |