mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-06 09:48:44 +01:00
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:c3fcff9ccbFixes:8293d21280Updates: bz#1642810 Signed-off-by: Niels de Vos <ndevos@redhat.com>
8 lines
179 B
Makefile
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
|