git-revise: require python3-setuptools at runtime

This commit is contained in:
Peter Wang 2019-08-12 18:57:26 +10:00 committed by Helmut Pozimski
parent fe8ed077b8
commit a6fc04f723

View File

@ -1,11 +1,11 @@
# Template file for 'git-revise'
pkgname=git-revise
version=0.4.2
revision=2
revision=3
build_style=python3-module
pycompile_module="gitrevise"
hostmakedepends="python3 python3-setuptools"
depends="git"
depends="git python3-setuptools"
short_desc="Git subcommand to efficiently update, split, and rearrange commits"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"