From c844c66897d75a616dfb7a29de2835c05afbca03 Mon Sep 17 00:00:00 2001
From: Alexandre Detiste <tchet@debian.org>
Date: Thu, 4 Jul 2024 23:14:49 +0200
Subject: [PATCH] remove useless runtime dep on python3-pkg-resources

---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index a97f018..7c5a0bc 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,6 @@ Package: python3-easydev
 Architecture: all
 Depends: ${python3:Depends},
          ${misc:Depends},
-         python3-pkg-resources,
 Description: common utilities to ease the development of Python packages (Python 3)
  The package easydev provides miscellaneous functions that are often used in
  other Python packages. easydev should help developers in speeding up their
-- 
GitLab