These are all based on the C interfaces, and should need no C++
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
Extension("cephfs",
["cephfs.pyx"],
libraries=["cephfs"],
- language="c++"
)
], build_dir=os.environ.get("CYTHON_BUILD_DIR", None), include_path=[
os.path.join(os.path.dirname(__file__), "..", "rados")]
Extension("rados",
["rados.pyx"],
libraries=["rados"],
- language="c++"
)
], build_dir=os.environ.get("CYTHON_BUILD_DIR", None)),
cmdclass={
Extension("rbd",
["rbd.pyx"],
libraries=["rbd"],
- language="c++"
)
], build_dir=os.environ.get("CYTHON_BUILD_DIR", None), include_path=[
os.path.join(os.path.dirname(__file__), "..", "rados")]