New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/33592#discussion_r730316912 Comment: * wrap at 80 columns * there are 2 spaces between python3-importlib_metadata and python3-argcomplete according to setup.py: ``` "ipython_genutils", 'importlib-metadata<5;python_version<"3.8.0"', 'argcomplete>=1.12.3;python_version<"3.8.0"', 'debugpy>=1.0.0,<2.0', 'ipython>=7.23.1,<8.0', 'traitlets>=4.1.0,<6.0', 'jupyter_client<8.0', 'tornado>=4.2,<7.0', 'matplotlib-inline>=0.1.0,<0.2.0', 'appnope;platform_system=="Darwin"', ``` * you don't need to include importlib-metadata and argcomplete in dependencies since they are required only for python 3.8 and older * debugpy and tornado are missing