Bug#1143321: httpcore: FTBFS: E ModuleNotFoundError: No module named 'certifi'
Alexandre Detiste <[email protected]>
| Newsgroups | gmane.linux.debian.devel.bugs.rc |
|---|---|
| Message-ID | <CADsTwjLAZ-WD8yY8aCKaDW6+KeP_bSgfY8qipqHk=X9GxRpfGA@mail.gmail.com> |
control: tag -1 +patch
Hi,
Here is the trivial patch
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper-compat (= 13),
pybuild-plugin-pyproject,
python3-all,
python3-anyio <!nocheck>,
+ python3-certifi <!nocheck>,
python3-h2 <!nocheck>,
python3-hatch-fancy-pypi-readme,
python3-hatchling,