Bug#978079: python3-rawkit: Support for libraw20 missing

2021-01-24 Thread Antoine Beaupré
Control: forward -1 https://github.com/photoshell/rawkit/issues/155 Control: tags -1 +confirmed On 2020-12-25 16:58:42, Kendy Kutzner wrote: > sudo aptitude install libraw20 python3-rawkit > python3 from rawkit.raw import Raw r=Raw(filename='1608680820.cr2') > [...] > ImportError:

Bug#978079: python3-rawkit: Support for libraw20 missing

2020-12-25 Thread Kendy Kutzner
Package: python3-rawkit Version: 0.6.0-2 Severity: grave Justification: renders package unusable X-Debbugs-Cc: kendy.kutz...@gmail.com Dear Maintainer, * What led up to the situation? sudo aptitude install libraw20 python3-rawkit python3 >>> from rawkit.raw import Raw >>>