]> git.ipfire.org Git - people/stevee/pakfire.git/blobdiff - Makeconfig
Update pakfire-daemon:
[people/stevee/pakfire.git] / Makeconfig
index e717238f696a2c696ee160f9248e0d92918f0fc2..8354a692757f8f01e5ab76b7a18c2a18e8a506b5 100644 (file)
@@ -33,7 +33,7 @@ endif
 
 PYTHON_CC      = $(CC) -pthread -fPIC
 PYTHON_CFLAGS  = $(shell python-config --cflags)
-PYTHON_MODULES = pakfire pakfire/client pakfire/packages pakfire/repository
+PYTHON_MODULES = pakfire pakfire/packages pakfire/repository
 ifeq "$(DEBIAN)" "1"
        PYTHON_DIR = $(LIBDIR)/python$(PYTHON_VERSION)/dist-packages
 else