diff options
| author | Keith Maxwell <keith.maxwell@gmail.com> | 2020-04-13 09:49:33 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-13 09:44:57 +0000 |
| commit | 6b7d1dcca0dc8241396b6975095f6fd7e253a279 (patch) | |
| tree | f201d8aa7fe5dd51986449ff23f8053882445644 /testing/kdevelop-python/APKBUILD | |
| parent | ddac63e2da498cb24c192a2d533e5b9913376bcf (diff) | |
| download | aports-6b7d1dcca0dc8241396b6975095f6fd7e253a279.tar.bz2 aports-6b7d1dcca0dc8241396b6975095f6fd7e253a279.tar.xz | |
main/py3-babel: add missing dependency
Before this change:
$ dabuild sh
$ sudo apk add py3-babel >/dev/null && pybabel --version
Traceback (most recent call last):
File "/usr/bin/pybabel", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
This change adds py3-setuptools as a runtime dependency because pkg_resources is
imported by a file installed into /usr/bin/:
$ grep pkg_resources /usr/bin/pybabel
from pkg_resources import load_entry_point
pkg_resources is part of py3-setuptools:
$ apk info -L py3-setuptools | grep pkg_resources/__init__.py
usr/lib/python3.8/site-packages/pkg_resources/__init__.py
After this change:
$ dabuild sh
$ sudo apk add py3-babel >/dev/null && pybabel --version
pybabel 2.8.0
Diffstat (limited to 'testing/kdevelop-python/APKBUILD')
0 files changed, 0 insertions, 0 deletions
