aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/llvm4/llvm-fix-DynamicLibrary-to-build-with-musl-libc.patch
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-04-11 20:04:08 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-04-11 20:08:59 +0000
commite00ba8b6f493c6e7d1434ec2a0682a5cb302e3bb (patch)
tree09e3c925815ef90c35db0962cebe4cf0ed498a5f /unmaintained/llvm4/llvm-fix-DynamicLibrary-to-build-with-musl-libc.patch
parent9985636a66bfcce257ab407009c3b1a71133ea35 (diff)
downloadaports-e00ba8b6f493c6e7d1434ec2a0682a5cb302e3bb.tar.bz2
aports-e00ba8b6f493c6e7d1434ec2a0682a5cb302e3bb.tar.xz
community/py3-gitlab: add missing dependency
Before this change: $ sudo apk add py3-gitlab ✂ $ gitlab --version Traceback (most recent call last): File "/usr/bin/gitlab", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' After this change: $ sudo apk add py3-gitlab ✂ $ gitlab --version 2.2.0 The commands above were run inside docker-abuild using `dabuild sh`. The change is required because `/usr/bin/gitlab` includes the line: from pkg_resources import load_entry_point That means that py3-setuptools is required at runtime: $ python3 -c 'import pkg_resources; print(pkg_resources.__file__)' /usr/lib/python3.8/site-packages/pkg_resources/__init__.py $ apk info -q -W /usr/lib/python3.8/site-packages/pkg_resources/__init__.py py3-setuptools
Diffstat (limited to 'unmaintained/llvm4/llvm-fix-DynamicLibrary-to-build-with-musl-libc.patch')
0 files changed, 0 insertions, 0 deletions