diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-11-27 16:56:31 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:57:43 +0100 |
commit | 427376c2a446607acbf53cd7d9bcb83ace10f975 (patch) | |
tree | 5213963eec5e8ca850290878ae6798ba3243f821 /snippets/spec.snippets | |
parent | 37a228164690322737ed711915dc3d5716a6d33e (diff) | |
download | vim-suse-changes-427376c2a446607acbf53cd7d9bcb83ace10f975.tar.gz |
fix(snippets): we need eliminate py2k more than py3k.
Diffstat (limited to 'snippets/spec.snippets')
-rw-r--r-- | snippets/spec.snippets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/spec.snippets b/snippets/spec.snippets index e689be7..27e3050 100644 --- a/snippets/spec.snippets +++ b/snippets/spec.snippets @@ -2,7 +2,7 @@ snippet fdup %python_expand %fdupes %{buildroot}%{$python_sitelib} snippet nopy - %define skip_python3 1 + %define skip_python2 1 snippet pyurl Source: https://pypi.python.org/packages/source/X/%{modname}/%{modname}-%{version}.tar.gz |