File: fix_missing_classic_style_css.patch

package info (click to toggle)
nbconvert 7.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,056 kB
  • sloc: python: 8,449; makefile: 199; javascript: 2
file content (17 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Debian Python Team <team+python@tracker.debian.org>
Date: Sun, 14 Apr 2024 16:36:00 +0100
Subject: fix missing style.css autopkgtest failure

Forwarded: https://github.com/jupyter/nbconvert/issues/1358
---
 share/templates/classic/static/style.css | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 share/templates/classic/static/style.css

diff --git a/share/templates/classic/static/style.css b/share/templates/classic/static/style.css
new file mode 100644
index 0000000..4363215
--- /dev/null
+++ b/share/templates/classic/static/style.css
@@ -0,0 +1 @@
+/* empty - just for autopkgtest success */