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.
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-eventsdepends onjsonschema[format-nongpl]>=4.18.0, but we only providejsonschema. In order to providejsonschema[format-nongpl]we are missingfqn,isoduration,uri-template,webcolors.Steps to reproduce
Note: installing
python3-jsonpointerfixes that one, but the other four are not packaged.