forked from pool/python-imagecodecs
Accepting request 796498 from devel:languages:python
- As the package is marked as py3 only drop the python2 deps OBS-URL: https://build.opensuse.org/request/show/796498 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imagecodecs?expand=0&rev=3
This commit is contained in:
commit
74521b3f44
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -43,9 +43,6 @@ BuildRequires: jxrlib-devel
|
||||
BuildRequires: libjpeg62-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python2-enum34
|
||||
BuildRequires: python2-futures
|
||||
BuildRequires: python2-pathlib
|
||||
BuildRequires: pkgconfig(blosc)
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
@ -57,11 +54,6 @@ BuildRequires: pkgconfig(libwebp)
|
||||
BuildRequires: pkgconfig(libzstd)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Requires: python-numpy >= 1.11.3
|
||||
%ifpython2
|
||||
Requires: python2-enum34
|
||||
Requires: python2-futures
|
||||
Requires: python2-pathlib
|
||||
%endif
|
||||
Recommends: python-Pillow
|
||||
Recommends: python-blosc
|
||||
Recommends: python-lz4
|
||||
|
Loading…
Reference in New Issue
Block a user