Re: [Slackbuilds-users] python packages needing new setuptools

2024-01-05 Thread Willy Sudiarto Raharjo
Just came accross an error in a python package I maintain. A module would not be detected. While using `pip check` I found following problems as well : ``` sphinx 4.5.0 has requirement importlib-metadata>=4.4, but you have importlib-metadata 0.0.0. pytest-timeout 2.1.0 has requirement

[Slackbuilds-users] python packages needing new setuptools

2024-01-04 Thread Tonus
Hi all, Just came accross an error in a python package I maintain. A module would not be detected. While using `pip check` I found following problems as well : ``` sphinx 4.5.0 has requirement importlib-metadata>=4.4, but you have importlib-metadata 0.0.0. pytest-timeout 2.1.0 has