]> git.pld-linux.org Git - packages/python-neovim.git/commitdiff
fix build without python2
authorJan Palus <atler@pld-linux.org>
Wed, 18 Aug 2021 10:13:46 +0000 (12:13 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 18 Aug 2021 10:13:46 +0000 (12:13 +0200)
python-neovim.spec

index eacde05bfb4f484591aa9ec1a57b60899a3d40f4..ebf2d2b88834f9c18b725c4a1a71ebeeebd18925 100644 (file)
@@ -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
This page took 0.100308 seconds and 4 git commands to generate.