fuse-sshfs: build documentation with python3
This commit is contained in:
parent
4d0309d46c
commit
a76fabafb9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ wrksrc="sshfs-${version}"
|
|||
build_style=meson
|
||||
configure_args="--sbindir=bin"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fuse3-devel libglib-devel python-docutils"
|
||||
makedepends="fuse3-devel libglib-devel python3-docutils"
|
||||
depends="openssh"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="FUSE client based on the SSH File Transfer Protocol"
|
||||
|
|
Loading…
Reference in a new issue