From 7b84ac9faef36f4dbe15b4de242ad4c4facd6c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 8 Apr 2025 11:22:47 +0200 Subject: [PATCH] Remove redundant runtime requirement on setuptools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The dependency was dropped in 99a1cf3b50cd8bf502b5070293c4d1bf792d1566 Signed-off-by: Miro HronĨok --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37e8226f..7429ce34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = ["Development Status :: 5 - Production/Stable", requires-python=">=3.10" # also requires libsepol.so and libselinux.so. -dependencies = ["setuptools"] +dependencies = [] optional-dependencies.analysis = ["networkx>=2.6", "pygraphviz"]