Skip to content

Commit

Permalink
fix(git-review)
Browse files Browse the repository at this point in the history
 closes #8408
  • Loading branch information
jhheider committed Jan 15, 2025
1 parent a9ac818 commit e745f79
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions projects/opendev.org/git-review/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ versions:
- /"$/

dependencies:
python.org: ^3
linux:
gnu.org/which: '*'
pkgx.sh: ^1

build:
script: |
python-venv.py {{prefix}}/bin/git-review
{{prefix}}/venv/bin/pip install setuptools
dependencies:
python.org: ^3
script:
- bkpyvenv stage {{prefix}} {{version}}
- ${{prefix}}/venv/bin/pip install .
- bkpyvenv seal {{prefix}} git-review

provides:
- bin/git-review
Expand Down

0 comments on commit e745f79

Please sign in to comment.