Files
ports/textproc/hotdoc/patches/patch-setup_py
T
sthen d153034fc3 cherrypick upstream commit to stop requiring backports.entry_points_selectable
bonus fix while there, use MODPY_TEST_LINK_SO
ok aja
2025-12-12 12:25:17 +00:00

19 lines
594 B
Plaintext

From 51043c3ef889e36c8232280581598b875073ded7 Mon Sep 17 00:00:00 2001
From: Eli Schwartz <eschwartz93@gmail.com>
Date: Mon, 28 Apr 2025 17:40:21 -0400
Subject: [PATCH] avoid third-party backports dependency on sufficiently new
python
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -300,7 +300,7 @@ INSTALL_REQUIRES = [
'wheezy.template',
'toposort>=1.4',
'importlib_metadata; python_version<"3.10"',
- 'backports.entry_points_selectable',
+ 'backports.entry_points_selectable; python_version<"3.10"',
]
# dbus-deviation requires sphinx, which requires python 3.5