From 506c6919fa6dd01b738e022e625105d12cd05c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 3 Sep 2009 19:17:33 +0200 Subject: Screw debugging ... prefer the ctypes approach to get rid of yet another c-module. --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e8dc2cb..700ab4b 100644 --- a/setup.py +++ b/setup.py @@ -40,10 +40,7 @@ data_files = [ (PLUGIN_DIR, plugin_list("gpytage", "notify", "etc_proposals", "reload_portage", "package_details"))] # extension stuff -ext_modules = [ - Extension("portato.ipc", ["portato/ipc.pyx"]), - Extension("portato.gui.windows.gettext", ["portato/gui/windows/gettext.pyx"]) - ] +ext_modules = [Extension("portato.ipc", ["portato/ipc.pyx"])] if "--disable-eix" in sys.argv: sys.argv.remove("--disable-eix") -- cgit v1.2.3