Bug 1323439 Comment 9 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Looks like we need yet more deps. Is there a way to run pip against our pypi from a developer machine?

Latest failure on try seems to indicate we need pyasn1-modules. We _might_ also need setuptools>=46.1 and setuptools_scm[toml]>=3.4.3, but it is hard to tell because an intermediate dependency might be a different version than what we have on out pypi. We _probably_ need semantic-version (>=2.6.0 is what pip wants for me), but again it is hard to tell because of differences in version in intermediate dependencies.
Looks like we need yet more deps. Is there a way to run pip against our pypi from a developer machine?

Latest failure on try seems to indicate we need pyasn1-modules. We _might_ also need setuptools>=46.1 and setuptools_scm[toml]>=3.4.3, but it is hard to tell because an intermediate dependency might be a different version than what we have on our pypi. We _probably_ need semantic-version (>=2.6.0 is what pip wants for me), but again it is hard to tell because of differences in version in intermediate dependencies.

Back to Bug 1323439 Comment 9