When it works i can see: ``` Using cached setuptools-75.2.0-py3-none-any.whl (1.2 MB) Using cached setuptools_scm-8.1.0-py3-none-any.whl (43 kB) Using cached packaging-24.1-py3-none-any.whl (53 kB) Installing collected packages: setuptools, packaging, setuptools-scm Successfully installed packaging-24.1 setuptools-75.2.0 setuptools-scm-8.1.0 ```
When it does not we install other versions: ``` Looking in links: https://pypi.pub.build.mozilla.org/pub/ Collecting setuptools>=45 Using cached https://pypi.pub.build.mozilla.org/pub/setuptools-69.0.3-py3-none-any.whl (819 kB) Collecting setuptools-scm Using cached https://pypi.pub.build.mozilla.org/pub/setuptools_scm-3.3.3-py2.py3-none-any.whl (23 kB) Installing collected packages: setuptools-scm, setuptools Successfully installed setuptools-69.0.3 setuptools-scm-3.3.3 Installing build dependencies: finished with status 'done' ``` So maybe the setuptools version we have on our Pypi mirror is not recent enough? Or it's setuptools-scm? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1741074 Title: [snap] chrome-gnome-shell extension fails to detect native host connector To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1741074/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
