fuse-sshfs: build documentation with python3

This commit is contained in:
Doan Tran Cong Danh 2019-11-17 22:27:03 +07:00 committed by Juan RP
parent 4d0309d46c
commit a76fabafb9

View file

@ -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"