Skip to content

Missing (?) deps for python3-jupyter_events #55132

@tornaria

Description

@tornaria

Is this a new report?

Yes

System Info

x86_64

Package(s) Affected

python3-jupyter_events-0.10.0_2, python3-jsonschema-4.23.0_3

Does a report exist for this bug with the project's home (upstream) and/or another distro?

No response

Expected behaviour

No missing deps

Actual behaviour

The python package jupyter-events depends on jsonschema[format-nongpl]>=4.18.0, but we only provide jsonschema. In order to provide jsonschema[format-nongpl] we are missing fqn, isoduration, uri-template, webcolors.

Steps to reproduce

$ python -c 'from build._util import check_dependency;print(*check_dependency("jupyter-events"),sep="\n")'
('jupyter-events', 'jsonschema[format-nongpl]>=4.18.0', 'fqdn; extra == "format-nongpl"')
('jupyter-events', 'jsonschema[format-nongpl]>=4.18.0', 'isoduration; extra == "format-nongpl"')
('jupyter-events', 'jsonschema[format-nongpl]>=4.18.0', 'jsonpointer>1.13; extra == "format-nongpl"')
('jupyter-events', 'jsonschema[format-nongpl]>=4.18.0', 'uri-template; extra == "format-nongpl"')
('jupyter-events', 'jsonschema[format-nongpl]>=4.18.0', 'webcolors>=24.6.0; extra == "format-nongpl"')

Note: installing python3-jsonpointer fixes that one, but the other four are not packaged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds-testingTesting a PR or reproducing an issue needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions