diff options
| author | Keith Maxwell <keith.maxwell@gmail.com> | 2020-04-12 11:02:19 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-12 10:24:55 +0000 |
| commit | b55ca12779326c285b81ab9e53377199ef39216d (patch) | |
| tree | 0f621e423965b43ef6e848c888dc29b5818a6d22 /testing/ruby-ttytest | |
| parent | 85bd32abb3ac0e546c7ebea39d1a548121fd5aca (diff) | |
| download | aports-b55ca12779326c285b81ab9e53377199ef39216d.tar.bz2 aports-b55ca12779326c285b81ab9e53377199ef39216d.tar.xz | |
main/py3-tox: add missing dependency
Before this change:
$ dabuild sh
$ sudo apk add py3-tox >/dev/null && tox --version
Traceback (most recent call last):
File "/usr/bin/wheel", 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/tox
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-tox >/dev/null && tox --version
3.14.6 imported from /usr/lib/python3.8/site-packages/tox/__init__.py
Diffstat (limited to 'testing/ruby-ttytest')
0 files changed, 0 insertions, 0 deletions
