mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Changes: https://github.com/agronholm/apscheduler/releases/tag/3.11.0 Reported by: Repology
15 lines
346 B
TOML
15 lines
346 B
TOML
Drop after devel/py-setuptools >= 64 update
|
|
|
|
ERROR Missing dependencies:
|
|
setuptools>=64
|
|
|
|
--- pyproject.toml.orig 2024-11-24 19:38:57 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
- "setuptools >= 64",
|
|
+ "setuptools >= 63",
|
|
"setuptools_scm >= 6.4"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|