From d0a77417b45e16177320975c9f95b1cffd0e4706 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Fri, 11 Sep 2026 22:58:11 +0200 Subject: [PATCH] python3-pkg-resources is gone, sync pkg/debian/control --- pkg/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/debian/control b/pkg/debian/control index 56eb0ed..4ea1f14 100644 --- a/pkg/debian/control +++ b/pkg/debian/control @@ -16,7 +16,7 @@ X-Python3-Version: >= 3.6 Package: fades Architecture: all -Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends} +Depends: ${misc:Depends}, ${python3:Depends} Description: system for automatically handling virtual environments fades is a system that automatically handles the virtualenvs in the cases normally found when writing scripts and simple programs, and even helps to