Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions docs/standard/example/publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,6 @@ localisation:
- de

dependsOn:
open:
- name: MySQL
versionMin: "1.1"
versionMax: "1.3"
optional: true
- name: PostgreSQL
version: "3.2"
optional: true
proprietary:
- name: Oracle
versionMin: "11.4"
Expand Down
9 changes: 7 additions & 2 deletions docs/standard/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -757,15 +757,20 @@ system-level dependencies that must be installed and maintained
separately. For instance, a database is a good example of such
dependencies.

Key ``dependsOn/open``
''''''''''''''''''''''
Key ``dependsOn/open`` (*deprecated*)
'''''''''''''''''''''''''''''''''''''

- Type: array of ``dependency`` (see below)
- Presence: optional

This key contains a list of runtime dependencies that are distributed
under an open-source license.

This key is deprecated. Open source runtime dependencies are already
declared in the SBOM or in the package manager manifests, and what
needs to be installed belongs in the documentation and in the
deployment scripts.

Key ``dependsOn/proprietary``
'''''''''''''''''''''''''''''

Expand Down