[Bugs] [Bug 1191163] /usr/lib/python2.7/site-packages/gluster/ not owned by package or owned by wrong package
bugzilla at redhat.com
bugzilla at redhat.com
Tue Feb 10 15:31:01 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1191163
--- Comment #2 from Niels de Vos <ndevos at redhat.com> ---
/usr/lib/python2.7/site-packages/glusterfs/__init__.* should be owned by
glusterfs-api.
The reasoning for this is that the glusterfs-api package should be installed
for all the language bindings, including libgfapi-python. By including the
__init__.* file (and it's parent directory), Python recognizes the directory as
an (empty) Python 'package'. It makes 'import glusterfs' work. By putting this
file in glusterfs-api, other packages can drop-in their Python modules without
needing to do anything special, they only need to have a requires on
glusterfs-api.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list