mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
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
|
build_style=meson
|
||||||
configure_args="--sbindir=bin"
|
configure_args="--sbindir=bin"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fuse3-devel libglib-devel python-docutils"
|
makedepends="fuse3-devel libglib-devel python3-docutils"
|
||||||
depends="openssh"
|
depends="openssh"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="FUSE client based on the SSH File Transfer Protocol"
|
short_desc="FUSE client based on the SSH File Transfer Protocol"
|
||||||
|
|
Loading…
Add table
Reference in a new issue