FS#71786 - [python-ipykernel] ipykernel miss the new-added dependency: debugpy

Attached to Project: Community Packages
Opened by Ke Liu (specter119) - Tuesday, 10 August 2021, 06:15 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 12 August 2021, 09:49 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Kyle Keen (keenerd)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

ipykernel miss the new-added dependency: debugpy
but python-debugpy is still in the AUR.

Additional info:
* package version(s) 6.0.3-1
* config and/or log files etc.
* link to upstream bug report, if any

updated setup.py: https://github.com/ipython/ipykernel/blob/master/setup.py#L78

Steps to reproduce:

python -c 'import ipykernel'
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 12 August 2021, 09:49 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-ipykernel 6.0.3-2
Comment by Phil Schaf (flying-sheep) - Wednesday, 11 August 2021, 10:27 GMT
Yup, running `jupyter lab`, I get:

Traceback (most recent call last):
File "/usr/bin/jupyter-lab", line 33, in <module>
sys.exit(load_entry_point('jupyterlab==3.1.4', 'console_scripts', 'jupyter-lab')())
...
pkg_resources.DistributionNotFound: The 'debugpy<2.0,>=1.0.0' distribution was not found and is required by ipykernel

Loading...