git-revise: require python3-setuptools at runtime
This commit is contained in:
parent
fe8ed077b8
commit
a6fc04f723
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'git-revise'
|
# Template file for 'git-revise'
|
||||||
pkgname=git-revise
|
pkgname=git-revise
|
||||||
version=0.4.2
|
version=0.4.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="gitrevise"
|
pycompile_module="gitrevise"
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
depends="git"
|
depends="git python3-setuptools"
|
||||||
short_desc="Git subcommand to efficiently update, split, and rearrange commits"
|
short_desc="Git subcommand to efficiently update, split, and rearrange commits"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue