1
0
mirror of https://github.com/gluster/glusterfs.git synced 2026-02-06 18:48:16 +01:00
Files
glusterfs/extras/python/Makefile.am
Niels de Vos b235a56394 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.

Change-Id: I14fe959778ee3344d7d54ba342c7928a4d8080a2
Fixes: c3fcff9ccb
Fixes: 8293d21280
Updates: bz#1642810
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2019-02-22 16:42:54 +01:00

8 lines
179 B
Makefile

if HAVE_PYTHON
# Install __init__.py into the Python site-packages area
pypkgdir = @BUILD_PYTHON_SITE_PACKAGES@/gluster
pypkg_PYTHON = __init__.py
endif
EXTRA_DIST = __init__.py