git-review: it's pbr-based
This commit is contained in:
parent
4b0e2ad73c
commit
df4fadc689
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'git-review'
|
||||
pkgname=git-review
|
||||
version=1.27.0
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-requests"
|
||||
depends="$hostmakedepends"
|
||||
pycompile_module="git_review"
|
||||
short_desc="A git command for submitting branches to Gerrit"
|
||||
hostmakedepends="python3-setuptools python3-pbr"
|
||||
depends="python3-requests"
|
||||
short_desc="Git command for submitting branches to Gerrit"
|
||||
maintainer="Renato Aguiar <renato@renag.me>"
|
||||
homepage="https://git.openstack.org/cgit/openstack-infra/git-review/"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue