From 5b450b62f6f1ec6ef9990e9e188f35a8ab1ba9ba Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 17 Jul 2011 14:20:01 +0200 Subject: [PATCH] Move _pakfire.so module to the pakfire module. This won't ever be loaded seperately by an application. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50bc2990c..934185532 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( "scripts/pakfire-server", ], ext_modules = [ - Extension("_pakfire", _pakfire_module_files, + Extension("pakfire._pakfire", _pakfire_module_files, extra_link_args = ["-lsatsolver", "-lsatsolverext"]) ], cmdclass = { "build" : build_extra.build_extra, -- 2.39.5