summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geier <geier@lostpackets.de>2023-11-28 17:55:27 +0100
committerChristian Geier <geier@lostpackets.de>2024-01-29 15:39:25 +0100
commitfc5ba5430b0312bfa1587c2178192abe77c21342 (patch)
tree46c1972c570db9945ff446370b6eac58d68edcf3
parent3949fa850020663c568150333555a0a44df86fe0 (diff)
pkg_resources is installed with setuptools
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f322cc08..84d1739f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -45,7 +45,7 @@ test = [
"hypothesis",
"packaging",
"vdirsyncer",
- "pkg_resources; python_version >= '3.12'",
+ "setuptools", # python > 3.12 does not ship pkg_resources anymore
]
docs = [
"sphinx!=1.6.1",