aboutsummaryrefslogtreecommitdiffstats
path: root/community/git-review/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-08 18:27:34 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-08 18:27:34 -0300
commit3c24db21ebdb6270c9e776ffc83d56442231eebf (patch)
treef8caac283f898d2f020c428ab009ea1478c41a07 /community/git-review/APKBUILD
parent75b3ed6052778d567c68540bdd9725756ff0495f (diff)
community/git-review: add missing dep on py3-pbr
Diffstat (limited to 'community/git-review/APKBUILD')
-rw-r--r--community/git-review/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/git-review/APKBUILD b/community/git-review/APKBUILD
index cb09323dee1..256d7d10a31 100644
--- a/community/git-review/APKBUILD
+++ b/community/git-review/APKBUILD
@@ -8,7 +8,7 @@ url="https://github.com/openstack-infra/git-review"
arch="noarch"
license="Apache-2.0"
depends="git python3 py3-requests py3-idna py3-urllib3 py3-chardet py3-certifi"
-makedepends="py3-setuptools"
+makedepends="py3-setuptools py3-pbr"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/openstack-infra/git-review/archive/$pkgver.tar.gz"