From 7428c5d60339e17c1873b67c3121d553b95b7f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Wed, 8 Jun 2011 14:00:27 +0200 Subject: [PATCH] slapos.cookbook : Removing dependency to slapos.slap, add dependency to slapos.core. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8827df25..2e32004f1 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup(name=name, 'lxml', # for full blown python interpreter 'netaddr', # to manipulate on IP addresses 'setuptools', # namespaces - 'slapos.slap', # uses internally + 'slapos.core', # uses internally # 'slapos.toolbox', # needed for libcloud, cloudmgr, disabled for now 'xml_marshaller', # need to communication with slapgrid 'zc.buildout', # plays with buildout -- 2.30.9