The ambiguous shebang now produces an error in rawhide and halts the
build. In f29 this was a warning. Add python3 as a dependency for
ceph-fuse.
Fixes: http://tracker.ceph.com/issues/37787
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Group: System/Filesystems
%endif
Requires: fuse
+Requires: python%{python3_pkgversion}
%description fuse
FUSE based client for Ceph distributed network file system
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends},
+ ${python3:Depends},
fuse,
Description: FUSE-based client for the Ceph distributed file system
Ceph is a massively scalable, open-source, distributed
-#!/usr/bin/env python
+#!/usr/bin/python3
'''
Helper to mount ceph-fuse from /etc/fstab. To use, add an entry
like: