Skip to content

Commit

Permalink
fix(git-review)[1]
Browse files Browse the repository at this point in the history
<2.4 requires `setuptools`
  • Loading branch information
jhheider committed Jan 15, 2025
1 parent e745f79 commit 2fcc23c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/opendev.org/git-review/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ build:
script:
- bkpyvenv stage {{prefix}} {{version}}
- ${{prefix}}/venv/bin/pip install .
- run: ${{prefix}}/venv/bin/pip install setuptools
if: <2.4
- bkpyvenv seal {{prefix}} git-review

provides:
Expand Down

0 comments on commit 2fcc23c

Please sign in to comment.