Make now use of setuptools (PEP 517) instead of distutils. PR: 290561 Approved by: john@saltant.com (maintainer) Differential Revision: https://reviews.freebsd.org/D53370 Release Notes: https://github.com/pythongssapi/python-gssapi/releases/tag/v1.10.1
11 lines
277 B
TOML
11 lines
277 B
TOML
--- pyproject.toml.orig 2025-10-26 23:13:25 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@
|
|
[build-system]
|
|
requires = [
|
|
- "Cython == 3.1.3",
|
|
+ "Cython >= 3.1.3",
|
|
"setuptools >= 40.6.0", # Start of PEP 517 support for setuptools
|
|
]
|
|
build-backend = "setuptools.build_meta"
|