feat: add python-click as dep
This commit is contained in:
parent
25034878c3
commit
96a25b7c17
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -44,7 +44,7 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_blend-git() {
|
package_blend-git() {
|
||||||
depends=('bash' 'blend-settings-git' 'podman' 'python' 'python-pexpect')
|
depends=('bash' 'blend-settings-git' 'podman' 'python' 'python-click' 'python-pexpect')
|
||||||
provides=("${pkgname%-git}")
|
provides=("${pkgname%-git}")
|
||||||
conflicts=("${pkgname%-git}")
|
conflicts=("${pkgname%-git}")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue