aports/testing/py3-click-threading/replace-pkg-resources.patch
mio 99df9bc726 testing/py3-click-threading: rebuild against python 3.14
Fix `ModuleNotFoundError: No module named 'pkg_resources'` error when
building with setuptools 82.

Also edit source url variable expansion for linter.

Ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/18025
2026-03-31 02:40:29 +00:00

12 lines
259 B
Diff

diff -rupN a/docs/conf.py b/docs/conf.py
--- a/docs/conf.py 2021-05-30 20:12:13.000000000 +0000
+++ b/docs/conf.py 2026-03-30 22:15:08.830000000 +0000
@@ -2,7 +2,6 @@
import os
import sys
-import pkg_resources
extensions = [
'sphinx.ext.autodoc',