Page MenuHomeSoftware Heritage

requirements-swh.txt: Use >= instead of == for swh-core version check
ClosedPublic

Authored by anlambert on Mar 17 2020, 3:39 PM.

Details

Summary

This fixes installation of swh modules in virtualenv when executing $ pip install $(./bin/pip-swh-packages) in swh-environment.

The following error is reported otherwise and all modules get uninstalled afterwards.

ERROR: swh-storage 0.0.178 has requirement swh.core[db,http]==0.0.94, but you'll have swh-core 0.0.94.post1 which is incompatible.

Diff Detail

Repository
rDSTO Storage manager
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.