diff options
author | Niels de Vos <ndevos@redhat.com> | 2019-02-22 15:17:48 +0100 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2019-02-25 11:16:43 +0000 |
commit | fce763a6fcd9331356e7d32c1aa8daf9e991aa56 (patch) | |
tree | c3deefd887520fd62eb48419107c3af3ad1e4d1a /extras/Makefile.am | |
parent | 5801a0e30e317bb752a121187332ba9f307cbb62 (diff) |
build: include gluster/__init__.* files for python packaging
The gluster/__init__.py file was originaly part of the glupy
installation. This file is required to have the python-gluster package
function correctly, it is expected to provide the 'gluster' namespace
for other python packages (like from the libgfapi-python project).
Because glupy does not exist anymore, this file is now added to in a new
extras/python directory.
Backport of commit b235a56394c09bb1d7308a620053dbe098d15967:
> Change-Id: I14fe959778ee3344d7d54ba342c7928a4d8080a2
> Fixes: c3fcff9ccbfcec1be242fd5cf210c9995586b078
> Fixes: 8293d21280fd6ddfc9bb54068cf87794fc6be207
> Updates: bz#1642810
> Signed-off-by: Niels de Vos <ndevos@redhat.com>
Change-Id: I04e1e0dc4022b53c02053d5452f305b78e56c389
Updates: bz#1680585
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'extras/Makefile.am')
-rw-r--r-- | extras/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/Makefile.am b/extras/Makefile.am index cf4e9264bed..de062f37ecb 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -11,7 +11,7 @@ EditorModedir = $(docdir) EditorMode_DATA = glusterfs-mode.el glusterfs.vim SUBDIRS = init.d systemd benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM \ - $(GEOREP_EXTRAS_SUBDIR) snap_scheduler firewalld cliutils + $(GEOREP_EXTRAS_SUBDIR) snap_scheduler firewalld cliutils python confdir = $(sysconfdir)/glusterfs if WITH_SERVER |