Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #15803 > unrolled thread
| Started by | Alexandre Detiste <alexandre.detiste@gmail.com> |
|---|---|
| First post | 2024-05-02 02:40 +0200 |
| Last post | 2024-05-02 02:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.debian.maint.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Bug#1060963: paramiko: FTBFS: dh_auto_test: error: pybuild Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-05-02 02:40 +0200
| From | Alexandre Detiste <alexandre.detiste@gmail.com> |
|---|---|
| Date | 2024-05-02 02:40 +0200 |
| Subject | Bug#1060963: paramiko: FTBFS: dh_auto_test: error: pybuild |
| Message-ID | <IzsEp-ao2J-1@gated-at.bofh.it> |
> E ModuleNotFoundError: No module named 'six'
This happens because we unknot the
python3-mock -> python3-pbr -> python3-six
dependency chain.
I did this _on purpose_ to discover missing python3-six
(build-)dependencies and/or upstream that needs a cleanup.
Here it's of course better to do this long overdue paramiko update
than merely adding python3-six as build-dep for a quick fix.
Greetings and thank you
----
https://tracker.debian.org/news/1492697/accepted-python-mock-510-1-source-into-unstable/
python-mock (5.1.0-1) unstable; urgency=medium
.
* Team Upload
* New upstream version 5.1.0 (Closes: #717192, #717193, #1030887)
(LP: #1248066)
* remove obsolete build-dep python3-pbr & python3-unittest2
* use new dh-sequence-python3
https://tracker.debian.org/news/1505240/accepted-python-pbr-600-1-source-into-unstable/
python-pbr (6.0.0-1) unstable; urgency=medium
.
* New upstream release (Closes: #1060153).
* Do not use six anymore.
Back to top | Article view | linux.debian.maint.python
csiph-web