wok-next diff sshfs-fuse/receipt @ rev 20975

Close the chain: python and python3 both have upgradeable setuptools and pip
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Sep 23 04:37:56 2018 +0300 (2018-09-23)
parents 474eb4a6385a
children d5aab818505e
line diff
     1.1 --- a/sshfs-fuse/receipt	Sat Mar 24 11:07:24 2018 +0200
     1.2 +++ b/sshfs-fuse/receipt	Sun Sep 23 04:37:56 2018 +0300
     1.3 @@ -22,7 +22,7 @@
     1.4  
     1.5  genpkg_rules() {
     1.6  	copy @std
     1.7 -	DEPENDS="fuse3 openssh sftp-server glib"
     1.8 +	DEPENDS="fuse3 openssh glib"
     1.9  	PROVIDE="rsshfs sshfs"
    1.10  	TAGS="ssh"
    1.11  }