File: Add-json-schema-files.patch

package info (click to toggle)
python-asdf 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 7,032 kB
  • sloc: python: 24,068; makefile: 123
file content (21 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ole Streicher <olebole@debian.org>
Date: Sun, 8 Oct 2023 20:07:26 +0200
Subject: Add json schema files

Closes: #1052813
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 8aeeb63..b2c3283 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -80,6 +80,7 @@ exclude = ['asdf/_jsonschema/json/*']
 'asdf.commands.tests.data' = ["*"]
 'asdf.tags.core.tests.data' = ["*"]
 'asdf.tests.data' = ["*"]
+'asdf._jsonschema.schemas' =  ["*", "*/*/*"]
 
 [tool.setuptools_scm]
 version_file = "asdf/_version.py"