From 427376c2a446607acbf53cd7d9bcb83ace10f975 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 27 Nov 2019 16:56:31 +0100 Subject: fix(snippets): we need eliminate py2k more than py3k. --- snippets/spec.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snippets') 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 -- cgit