Page MenuHomeSoftware Heritage

Revert "Install a missing python module for the swh-search build"
AbandonedPublic

Authored by vlorentz on Aug 13 2021, 5:17 PM.

Details

Reviewers
vsellier
Summary

This reverts D6085

This is no longer needed, tree-sitter was added to swh-search's
setup_requires instead (D6088)

Diff Detail

Repository
rCDFJ Dockerfiles for Jenkins
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 23003
Build 35866: arc lint + arc unit

Event Timeline

vlorentz created this revision.

Turns out this isn't suited to our "Upload to PyPI" jenkins jobs, because they run python3 setup.py sdist bdist_wheel which, unlike pip, ignores setup_requires