diff options
| author | Keith Maxwell <keith.maxwell@gmail.com> | 2020-04-11 15:16:57 +0100 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-11 16:07:41 +0000 |
| commit | 4d5481b1d88e5ac5248880d18c0eb6fecb4acb25 (patch) | |
| tree | fb905b9e3cc90e9e47487ab7a5424e296b6b4085 /unmaintained/llvm7/disable-FileSystemTest.CreateDir-perms-assert.patch | |
| parent | fad3ee74992b745446cd8c068053015609ef9094 (diff) | |
| download | aports-4d5481b1d88e5ac5248880d18c0eb6fecb4acb25.tar.bz2 aports-4d5481b1d88e5ac5248880d18c0eb6fecb4acb25.tar.xz | |
community/py3-img2pdf: add missing dependency
`py3-setuptools` is required at runtime because /usr/bin/img2pdf
includes the line:
from pkg_resources import load_entry_point
`pkg_resources` is a part of py3-setuptools:
$ apk info -W /usr/lib/python3.8/site-packages/pkg_resources/__init__.py
/usr/lib/python3.8/site-packages/pkg_resources/__init__.py is owned by py3-setuptools-46.1.3-r0
Before this change, img2pdf exits with the error below:
$ img2pdf --version
Traceback (most recent call last):
File "/usr/bin/img2pdf", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
After this change img2pdf succeeds:
$ img2pdf --version
img2pdf 0.3.4
Diffstat (limited to 'unmaintained/llvm7/disable-FileSystemTest.CreateDir-perms-assert.patch')
0 files changed, 0 insertions, 0 deletions
