





















For your information:
python2-fusepy is not a drop-in replacement for python2-fuse.
Example:
facadefs, which depends on python2-fuse:
When python2-fusepy is forcefully installed instead of python2-fuse:
$ facadefs
Traceback (most recent call last):
File "/sbin/facadefs", line 24, in <module>
from fuse import Fuse
ImportError: cannot import name Fuse
The other way round, python2-fuse is also not a drop-in replacement for python2-fusepy.
@TrialnError: I upgraded and I do think I make the changes you asked. Check it out and let me know if something else. Thanks!
Could you please adjust the download source and give the downloaded package an unique name? This will help people which use SRCDEST This can be achived by adding ${pkgname}-${pkgver}.tar.gz:: in front of the download url. Or adding a variable like _pkgname=fusepy, so the explicit cd command could use the var, as the downloaded package Thanks in advance
Isn't it missing a "conflict" against "python2-fusepy-git"?
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@dreieck: Thank you for the recommendation. I have removed
python2-fusepyas a drop-in replacement for python2-fuse.