[Pkg-samba-maint] [Git][samba-team/samba][master] fix a brown-paper-bag bug in meaningful-error-if-no-python3-markdown.patch (2nd one)
Michael Tokarev (@mjt)
gitlab at salsa.debian.org
Thu May 2 16:23:41 BST 2024
Michael Tokarev pushed to branch master at Debian Samba Team / samba
Commits:
f6827890 by Michael Tokarev at 2024-05-02T18:23:19+03:00
fix a brown-paper-bag bug in meaningful-error-if-no-python3-markdown.patch (2nd one)
- - - - -
1 changed file:
- debian/patches/meaningful-error-if-no-python3-markdown.patch
Changes:
=====================================
debian/patches/meaningful-error-if-no-python3-markdown.patch
=====================================
@@ -44,7 +44,7 @@ index 8a9ad78b870..9af9406081b 100644
import re
import os
-import markdown
-+try
++try:
+ import markdown
+except ImportError e:
+ e.add_note('Please install python3-markdown package')
View it on GitLab: https://salsa.debian.org/samba-team/samba/-/commit/f68278906b0e11d934458a947f1765b571ef512b
--
View it on GitLab: https://salsa.debian.org/samba-team/samba/-/commit/f68278906b0e11d934458a947f1765b571ef512b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20240502/7edc0ccb/attachment.htm>
More information about the Pkg-samba-maint
mailing list