python-sphinxcontrib-jquery/22.patch
2023-02-27 16:55:17 +01:00

24 lines
618 B
Diff

From edef152a1885ba510093ef570f1e27802d725800 Mon Sep 17 00:00:00 2001
From: Karolina Surma <ksurma@redhat.com>
Date: Mon, 27 Feb 2023 15:40:05 +0100
Subject: [PATCH] Remove dependency on setuptools - project uses flit now
---
pyproject.toml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 76089f0..557d936 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,9 +33,6 @@ classifiers = [
"Topic :: Documentation",
"Topic :: Documentation :: Sphinx",
]
-dependencies = [
- "setuptools", # for pkg_resources
-]
dynamic = ["version"]
[[project.authors]]