Attached is a patch to fix this.

I also submitted it as a merge request:
https://salsa.debian.org/python-team/modules/python-humanize/-/merge_requests/2

-- 
Richard
From 1b7c39261508f7652c8e767a591786a7c2349f20 Mon Sep 17 00:00:00 2001
From: Richard Laager <rlaa...@wiktel.com>
Date: Sat, 7 Mar 2020 00:35:56 -0600
Subject: [PATCH] Depend on python3-pkg-resources

Closes: 953231
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index bf6bf61..c39a6df 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Testsuite: autopkgtest-pkg-python
 
 Package: python3-humanize
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
 Description: Python Humanize library (Python 3)
  This library proposes various common humanization utilities, like turning
  a number into a fuzzy human readable duration ('3 minutes ago') or into a
-- 
2.25.0

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to