mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
d153034fc3
bonus fix while there, use MODPY_TEST_LINK_SO ok aja
19 lines
594 B
Plaintext
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
|