{
	"SPDXID":"SPDXRef-DOCUMENT",
	"name":"python3-myst-nb-0.1.0.0-1.oe2409.aarch64.rpm",
	"spdxVersion":"SPDX-2.2",
	"creationInfo":{
		"created":"2024-09-30T03:30:07.5589037Z",
		"creators":"[openeuler_creator]"
	},
	"dataLicense":"CC0-1.0",
	"documentNamespace":"https://repo.openeuler.org/security/data/sbom/python3-myst-nb-0.1.0.0-1.oe2409.aarch64.rpm",
	"packages":[
		{
			"SPDXID":"SPDXRef-rpm-python3-3.11.6-46a48388-2814-4f07-af71-9388edc427ec-84d65d65-2b95-41f8-9855-372e5f7fd9ba",
			"name":"python3",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"08bd7937d659d460eb57f421500cb0fd93e554c236a1ca9b5bb9efdd64c21d48"
				}
			],
			"description":"Python combines remarkable power with very clear syntax. It has modules,\nclasses, exceptions, very high level dynamic data types, and dynamic\ntyping. There are interfaces to many system calls and libraries, as well\nas to various windowing systems. New built-in modules are easily written\nin C or C++ (or other languages, depending on the chosen implementation).\nPython is also usable as an extension language for applications written\nin other languages that need easy-to-use scripting or automation interfaces.\n\nThis package Provides python version 3.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3@3.11.6-5.oe2409?arch=aarch64&epoch=0&upstream=python3-3.11.6-5.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://www.python.org/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Interpreter of the Python3 programming language",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:3.11.6-5.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-importlib-metadata-8.2.0-be072153-9bd5-49dc-a416-e11819f8dcd6-9bb7bd5f-f537-4a7f-bede-e2d1be3a38f6",
			"name":"python3-importlib-metadata",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"90b3c28c4fda795e19118d9cc528e2f292f4f7d8be880f22b8adf804c32229c1"
				}
			],
			"description":"importlib_metadata is a library which provides an API for accessing an installed package’s metadata (see PEP 566), such as its entry points or its top-level name.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-importlib-metadata@8.2.0-1.oe2409?arch=noarch&epoch=0&upstream=python-importlib-metadata-8.2.0-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/python/importlib_metadata",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Read metadata from Python packages",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:8.2.0-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-ipykernel-6.25.0-87c13b98-488b-486c-a049-ba011f0abcc2-7802c8c3-454a-44f3-9b05-bf04bfb9a606",
			"name":"python3-ipykernel",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"36e26941f1fc19e19dd029953535a9b3d20df1835f4cf409f811869fe36d063e"
				}
			],
			"description":"This package provides the IPython kernel for Jupyter.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-ipykernel@6.25.0-1.oe2409?arch=noarch&epoch=0&upstream=python-ipykernel-6.25.0-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://ipython.org/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"This package provides the IPython kernel for Jupyter.",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:6.25.0-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-ipython-8.22.1-b5980ecb-1c71-4b69-9f07-cdea633a62b9-bc145e53-b3b0-431b-94fa-d5abaccd858e",
			"name":"python3-ipython",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"88aa1a99ef4965ca0942df6cf783a5753ec67ffe613b6c9a85b240ddbc36518e"
				}
			],
			"description":"IPython provides a rich toolkit to help you make the most out of using Python\ninteractively.  Its main components are:\n\n * A powerful interactive Python shell\n * A `Jupyter <https://jupyter.org/>`_ kernel to work with Python code in Jupyter\n   notebooks and other interactive frontends.\n\nThe enhanced interactive Python shells have the following main features:\n\n * Comprehensive object introspection.\n\n * Input history, persistent across sessions.\n\n * Caching of output results during a session with automatically generated\n   references.\n\n * Extensible tab completion, with support by default for completion of python\n   variables and keywords, filenames and function keywords.\n\n * Extensible system of 'magic' commands for controlling the environment and\n   performing many tasks related either to IPython or the operating system.\n\n * A rich configuration system with easy switching between different setups\n   (simpler than changing $PYTHONSTARTUP environment variables every time).\n\n * Session logging and reloading.\n\n * Extensible syntax processing for special purpose situations.\n\n * Access to the system shell with user-extensible alias system.\n\n * Easily embeddable in other Python programs and GUIs.\n\n * Integrated access to the pdb debugger and the Python profiler.\n\nThe latest development version is always available from IPython's `GitHub\nsite <http://github.com/ipython>`_.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-ipython@8.22.1-1.oe2409?arch=noarch&epoch=0&upstream=python-ipython-8.22.1-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://ipython.org",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"IPython: Productive Interactive Computing",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:8.22.1-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-jupyter-cache-1.0.0-19115409-5bde-45c4-8909-0f0c1a450edc-9382db5c-a1be-4bc0-861f-0c6a59b1fddf",
			"name":"python3-jupyter-cache",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"1ee8478d7ca797323452e8fd7e4817c4b5239759ecdc2cc5935c590fd215473c"
				}
			],
			"description":"py.test plugin that allows you to add environment variables.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-jupyter-cache@1.0.0-1.oe2409?arch=noarch&epoch=0&upstream=python-jupyter-cache-1.0.0-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://codeload.github.com/shopkeep/jupyter-cache",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"py.test plugin that allows you to add environment variables.",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.0.0-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-myst-parser-2.0.0-2a43b810-b7a2-4e32-beea-c5d6c4ac4942-fd408b76-2879-4319-a507-7659546f92a4",
			"name":"python3-myst-parser",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"d73a600e3746be7b475da3bb4c318a2776529af3fa198f791bf16354ca0f3c36"
				}
			],
			"description":"MyST is a flavor of markdown that is designed for simplicity, flexibility, and extensibility.\nThis repository serves as the reference implementation of MyST Markdown,\nas well as a collection of tools to support working with MyST in Python and Sphinx.\nIt contains an extended CommonMark-compliant parser using markdown-it-py,\nas well as a Sphinx extension that allows you to write MyST Markdown in Sphinx.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-myst-parser@2.0.0-1.oe2409?arch=noarch&epoch=0&upstream=python-myst-parser-2.0.0-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/executablebooks/MyST-Parser",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"A rich and extensible flavor of Markdown meant for technical documentation and publishing.",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2.0.0-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-nbclient-0.7.4-ce025054-39c4-47a5-8792-176dd9c73274-b0aecb99-6606-48c1-9a94-de8f81fa47a9",
			"name":"python3-nbclient",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"ad35a13230cfce9fd2df4d2a706b4a9fe9bcf155a4f64754eb60ac266405df9b"
				}
			],
			"description":"\nNBClient, a client library for programmatic notebook execution, is a tool for\nrunning Jupyter Notebooks in different execution contexts. NBClient was spun\nout of nbconvert (formerly ExecutePreprocessor). NBClient lets you execute notebooks.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-nbclient@0.7.4-2.oe2409?arch=noarch&epoch=0&upstream=python-nbclient-0.7.4-2.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/jupyter/nbclient",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"A client library for executing notebooks.",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:0.7.4-2.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-nbformat-5.9.2-33016e48-03e7-4138-80fe-787add4d1c3f-c66b8876-2a6b-4a70-9d9f-0bfe1b0c1540",
			"name":"python3-nbformat",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"7dd5e6a6e407ba9ebbc0a73b585856e161347fcf9cec09205d363592943e217f"
				}
			],
			"description":"\nThis package contains the base implementation of the Jupyter Notebook format,\nand Python APIs for working with notebooks.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-nbformat@5.9.2-1.oe2409?arch=noarch&epoch=0&upstream=python-nbformat-5.9.2-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/jupyter/nbformat",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"The Jupyter Notebook format.",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:5.9.2-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-pyyaml-6.0.1-65ab7291-0f95-4fb3-9a3f-476dcb93ac24-a2c86905-3978-4f82-b3dc-2963094808a9",
			"name":"python3-pyyaml",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"2325b5bf4f9474152a80fee6bcd921934853b70bc68b417151d9a75b3cd50a5f"
				}
			],
			"description":"YAML is a data serialization format designed for human readability and\ninteraction with scripting languages. PyYAML is a YAML parser and emitter for\nPython.\n\nPyYAML features a complete YAML 1.1 parser, Unicode support, pickle support,\ncapable extension API, and sensible error messages. PyYAML supports standard\nYAML tags and provides Python-specific tags that allow to represent an\narbitrary Python object.\n\nPyYAML is applicable for a broad range of tasks from complex configuration\nfiles to object serialization and persistence.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-pyyaml@6.0.1-2.oe2409?arch=aarch64&epoch=0&upstream=pyYAML-6.0.1-2.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/yaml/pyyaml",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"YAML parser and emitter for Python",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:6.0.1-2.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-setuptools-68.0.0-f8d3a0b7-de70-40a9-acc6-5ef57b2be408-263b117b-6569-4528-a9a5-d86b55cf3bbc",
			"name":"python3-setuptools",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"c4d8e468ea52700307016a0156003f04cc70439fc39e3f73d0228811a56e6893"
				}
			],
			"description":"Setuptools is a collection of enhancements to the Python 3 distutils that allow\nyou to more easily build and distribute Python 3 packages, especially ones that\nhave dependencies on other packages.\n\nThis package also contains the runtime components of setuptools, necessary to\nexecute the software that requires pkg_resources.py.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-setuptools@68.0.0-2.oe2409?arch=noarch&epoch=0&upstream=python-setuptools-68.0.0-2.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://pypi.python.org/pypi/setuptools",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Easily build and distribute Python 3 packages",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:68.0.0-2.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-sphinx-7.0.1-bbadedd2-1171-4b78-a312-b89350a3a34e-c7c4d3c2-5539-4c99-a554-8f0571a3a0dc",
			"name":"python3-sphinx",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"1bfdc22bdc45b11a2c28bdd34b61db32ee50157dc383f5699cb0ef8edcfec9b6"
				}
			],
			"description":"Sphinx is a tool that makes it easy to create intelligent and\nbeautiful documentation for Python projects (or other documents\nconsisting of multiple reStructuredText sources), written by Georg\nBrandl. It was originally created to translate the new Python\ndocumentation, but has now been cleaned up in the hope that it will be\nuseful to many other projects.\n\nSphinx uses reStructuredText as its markup language, and many of its\nstrengths come from the power and straightforwardness of\nreStructuredText and its parsing and translating suite, the Docutils.\n\nAlthough it is still under constant development, the following\nfeatures are already present, work fine and can be seen \"in action\" in\nthe Python docs:\n\n    * Output formats: HTML (including Windows HTML Help) and LaTeX,\n      for printable PDF versions\n    * Extensive cross-references: semantic markup and automatic links\n      for functions, classes, glossary terms and similar pieces of\n      information\n    * Hierarchical structure: easy definition of a document tree, with\n      automatic links to siblings, parents and children\n    * Automatic indices: general index as well as a module index\n    * Code handling: automatic highlighting using the Pygments highlighter\n    * Various extensions are available, e.g. for automatic testing of\n      snippets and inclusion of appropriately formatted docstrings.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-sphinx@7.0.1-1.oe2409?arch=noarch&epoch=1&upstream=python-sphinx-7.0.1-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"http://sphinx-doc.org/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Python documentation generator",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"1:7.0.1-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-python3-typing-extensions-4.12.2-65878746-dadd-431a-b059-7dc9441d84d3-b050012a-1b8d-40dd-b6b1-20709a3f7a41",
			"name":"python3-typing-extensions",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"347281a7dc3783706bd2c8dc734f2a4caf761607107575476f9fa52e18b7577e"
				}
			],
			"description":"Typing Extensions -Backported and Experimental Type Hints for Python.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/python3-typing-extensions@4.12.2-2.oe2409?arch=noarch&epoch=0&upstream=python-typing-extensions-4.12.2-2.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://github.com/python/typing_extensions",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Backported and Experimental Type Hints for Python 3.5+",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:4.12.2-2.oe2409"
		}
	],
	"relationships":[
		{
			"spdxElementId":"SPDXRef-rpm-python3-myst-nb-1.0.0-81bbd6e9-0267-454a-9834-4426aa6fb3dd",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-3.11.6-46a48388-2814-4f07-af71-9388edc427ec-84d65d65-2b95-41f8-9855-372e5f7fd9ba"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-myst-nb-1.0.0-81bbd6e9-0267-454a-9834-4426aa6fb3dd",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-importlib-metadata-8.2.0-be072153-9bd5-49dc-a416-e11819f8dcd6-9bb7bd5f-f537-4a7f-bede-e2d1be3a38f6"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-myst-nb-1.0.0-81bbd6e9-0267-454a-9834-4426aa6fb3dd",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-ipykernel-6.25.0-87c13b98-488b-486c-a049-ba011f0abcc2-7802c8c3-454a-44f3-9b05-bf04bfb9a606"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-myst-nb-1.0.0-81bbd6e9-0267-454a-9834-4426aa6fb3dd",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-ipython-8.22.1-b5980ecb-1c71-4b69-9f07-cdea633a62b9-bc145e53-b3b0-431b-94fa-d5abaccd858e"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-myst-nb-1.0.0-81bbd6e9-0267-454a-9834-4426aa6fb3dd",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-jupyter-cache-1.0.0-19115409-5bde-45c4-8909-0f0c1a450edc-9382db5c-a1be-4bc0-861f-0c6a59b1fddf"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-myst-nb-1.0.0-81bbd6e9-0267-454a-9834-4426aa6fb3dd",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-myst-parser-2.0.0-2a43b810-b7a2-4e32-beea-c5d6c4ac4942-fd408b76-2879-4319-a507-7659546f92a4"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-myst-nb-1.0.0-81bbd6e9-0267-454a-9834-4426aa6fb3dd",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-nbclient-0.7.4-ce025054-39c4-47a5-8792-176dd9c73274-b0aecb99-6606-48c1-9a94-de8f81fa47a9"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-myst-nb-1.0.0-81bbd6e9-0267-454a-9834-4426aa6fb3dd",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-nbformat-5.9.2-33016e48-03e7-4138-80fe-787add4d1c3f-c66b8876-2a6b-4a70-9d9f-0bfe1b0c1540"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-myst-nb-1.0.0-81bbd6e9-0267-454a-9834-4426aa6fb3dd",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-pyyaml-6.0.1-65ab7291-0f95-4fb3-9a3f-476dcb93ac24-a2c86905-3978-4f82-b3dc-2963094808a9"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-myst-nb-1.0.0-81bbd6e9-0267-454a-9834-4426aa6fb3dd",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-setuptools-68.0.0-f8d3a0b7-de70-40a9-acc6-5ef57b2be408-263b117b-6569-4528-a9a5-d86b55cf3bbc"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-myst-nb-1.0.0-81bbd6e9-0267-454a-9834-4426aa6fb3dd",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-sphinx-7.0.1-bbadedd2-1171-4b78-a312-b89350a3a34e-c7c4d3c2-5539-4c99-a554-8f0571a3a0dc"
		},
		{
			"spdxElementId":"SPDXRef-rpm-python3-myst-nb-1.0.0-81bbd6e9-0267-454a-9834-4426aa6fb3dd",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-python3-typing-extensions-4.12.2-65878746-dadd-431a-b059-7dc9441d84d3-b050012a-1b8d-40dd-b6b1-20709a3f7a41"
		}
	]
}