[packages/python-neovim] fix build without python2

atler atler at pld-linux.org
Wed Aug 18 12:21:31 CEST 2021


commit 37cb4f8e7f4b34acbc5753abbbe813ab966ab065
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Aug 18 12:13:46 2021 +0200

    fix build without python2

 python-neovim.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-neovim.spec b/python-neovim.spec
index eacde05..ebf2d2b 100644
--- a/python-neovim.spec
+++ b/python-neovim.spec
@@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%if %{with python3}
+%if %{with python2}
 %files
 %defattr(644,root,root,755)
 %doc README.md
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-neovim.git/commitdiff/99bb3400328353ae785d2fac0b434cd67da7f9c4



More information about the pld-cvs-commit mailing list