File: 002-fix-importtable-warn.patch

package info (click to toggle)
python-changelogd 0.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 420 kB
  • sloc: python: 1,918; makefile: 21
file content (15 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix importtable warning during build
 Add __init__.py files to changelogd/templates and its
 sub directories to avoid changelogd.templates absent.
Forwarded: not-needed
Author: Yogeswaran Umasankar <yogu@debian.org>
Last-Update: 2024-07-30

--- /dev/null
+++ b/changelogd/templates/__init__.py
@@ -0,0 +1 @@
+# changelogd/templates/__init__.py
--- /dev/null
+++ b/changelogd/templates/rst/__init__.py
@@ -0,0 +1 @@
+# changelogd/templates/rst/__init__.py