https://bugzilla.redhat.com/show_bug.cgi?id=2150779
Karolina Surma ksurma@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ksurma@redhat.com Flags| |fedora-review? Status|NEW |ASSIGNED Assignee|nobody@fedoraproject.org |ksurma@redhat.com
--- Comment #1 from Karolina Surma ksurma@redhat.com --- In the build.log I see this part:
" /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'jupyter_lsp.etc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'jupyter_lsp.etc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'jupyter_lsp.etc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'jupyter_lsp.etc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !!"
It'd be good to raise this issue upstream.
Also, rpmlint reports an error: python3-jupyter-lsp.noarch: E: zero-length /usr/lib/python3.11/site-packages/jupyter_lsp/specs/base.py 1 packages and 0 specfiles checked; 1 errors, 0 warnings, 1 badness; has taken 0.1 s