forked from pool/python-imagecodecs
		
	- As the package is marked as py3 only drop the python2 deps
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagecodecs?expand=0&rev=5
This commit is contained in:
		
				
					committed by
					
						
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							379e0e2de6
						
					
				
				
					commit
					acd53791aa
				
			@@ -1,3 +1,8 @@
 | 
				
			|||||||
 | 
					-------------------------------------------------------------------
 | 
				
			||||||
 | 
					Thu Apr 23 10:58:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- As the package is marked as py3 only drop the python2 deps
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-------------------------------------------------------------------
 | 
					-------------------------------------------------------------------
 | 
				
			||||||
Fri Dec  6 18:44:56 UTC 2019 - Todd R <toddrme2178@gmail.com>
 | 
					Fri Dec  6 18:44:56 UTC 2019 - Todd R <toddrme2178@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
# spec file for package python-imagecodecs
 | 
					# spec file for package python-imagecodecs
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 | 
					# Copyright (c) 2020 SUSE LLC
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# All modifications and additions to the file contributed by third parties
 | 
					# All modifications and additions to the file contributed by third parties
 | 
				
			||||||
# remain the property of their copyright owners, unless otherwise agreed
 | 
					# remain the property of their copyright owners, unless otherwise agreed
 | 
				
			||||||
@@ -43,9 +43,6 @@ BuildRequires:  jxrlib-devel
 | 
				
			|||||||
BuildRequires:  libjpeg62-devel
 | 
					BuildRequires:  libjpeg62-devel
 | 
				
			||||||
BuildRequires:  pkgconfig
 | 
					BuildRequires:  pkgconfig
 | 
				
			||||||
BuildRequires:  python-rpm-macros
 | 
					BuildRequires:  python-rpm-macros
 | 
				
			||||||
BuildRequires:  python2-enum34
 | 
					 | 
				
			||||||
BuildRequires:  python2-futures
 | 
					 | 
				
			||||||
BuildRequires:  python2-pathlib
 | 
					 | 
				
			||||||
BuildRequires:  pkgconfig(blosc)
 | 
					BuildRequires:  pkgconfig(blosc)
 | 
				
			||||||
BuildRequires:  pkgconfig(bzip2)
 | 
					BuildRequires:  pkgconfig(bzip2)
 | 
				
			||||||
BuildRequires:  pkgconfig(lcms2)
 | 
					BuildRequires:  pkgconfig(lcms2)
 | 
				
			||||||
@@ -57,11 +54,6 @@ BuildRequires:  pkgconfig(libwebp)
 | 
				
			|||||||
BuildRequires:  pkgconfig(libzstd)
 | 
					BuildRequires:  pkgconfig(libzstd)
 | 
				
			||||||
BuildRequires:  pkgconfig(zlib)
 | 
					BuildRequires:  pkgconfig(zlib)
 | 
				
			||||||
Requires:       python-numpy >= 1.11.3
 | 
					Requires:       python-numpy >= 1.11.3
 | 
				
			||||||
%ifpython2
 | 
					 | 
				
			||||||
Requires:       python2-enum34
 | 
					 | 
				
			||||||
Requires:       python2-futures
 | 
					 | 
				
			||||||
Requires:       python2-pathlib
 | 
					 | 
				
			||||||
%endif
 | 
					 | 
				
			||||||
Recommends:     python-Pillow
 | 
					Recommends:     python-Pillow
 | 
				
			||||||
Recommends:     python-blosc
 | 
					Recommends:     python-blosc
 | 
				
			||||||
Recommends:     python-lz4
 | 
					Recommends:     python-lz4
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user