]> git.pld-linux.org Git - packages/python-pillow.git/commitdiff
- PyQt* for python2 is unsupported and gone, rel 4 master auto/th/python-pillow-6.2.2-4
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 13 Jul 2022 22:43:19 +0000 (00:43 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 13 Jul 2022 22:43:19 +0000 (00:43 +0200)
python-pillow.spec

index b6c4df082ca4450c5dbf6085d0466a18c1a46eae..a8bd1fa468abc54ce9486835de3d4ad93f82a682 100644 (file)
@@ -17,7 +17,7 @@ Summary(pl.UTF-8):    Biblioteka do przetwarzania obrazów dla Pythona 2
 Name:          python-%{module}
 # NOTE: keep 6.x in this spec for python 2.x support (see note above)
 Version:       6.2.2
-Release:       3
+Release:       4
 # License: see http://www.pythonware.com/products/pil/license.htm
 License:       MIT
 Group:         Libraries/Python
@@ -351,9 +351,11 @@ rm -rf $RPM_BUILD_ROOT
 %{py_sitedir}/PIL/SpiderImagePlugin.py[co]
 %{py_sitedir}/PIL/_tkinter_finder.py[co]
 
+%if 0
 %files qt
 %defattr(644,root,root,755)
 %{py_sitedir}/PIL/ImageQt.py[co]
+%endif
 
 %if %{with python3}
 %files -n python3-%{module}
This page took 0.071161 seconds and 4 git commands to generate.