diff --git a/software/slaprunner/software.cfg b/software/slaprunner/software.cfg
index f2590b8bdf73247de7dad589a73b6aed91b76549..de5deea5f0fe55083cc76b60564797775a0399ec 100644
--- a/software/slaprunner/software.cfg
+++ b/software/slaprunner/software.cfg
@@ -6,15 +6,9 @@ extends =
   ../../stack/flask.cfg
   ../../stack/shacache-client.cfg
   ../../component/dropbear/buildout.cfg
-  ../../component/git/buildout.cfg
-
-develop = 
-  ${:parts-directory}/slapos.cookbook
 
 parts =
   template
-  slapos.cookbook
-  check-local-eggs
   eggs
   instance-recipe-egg
   dropbear
@@ -40,24 +34,6 @@ output = ${buildout:directory}/template.cfg
 mode = 0644
 md5sum = cd69efd5c3a7e9adca7387b9a401590a
 
-[slapos.cookbook]
-# use official egg from pypi when it is released
-recipe = plone.recipe.command
-stop-on-error = true
-commit = ce891b5070073d4dac9e21b089b8e662c7a9e0bd
-repository = http://git.erp5.org/repos/slapos.git
-location = ${buildout:parts-directory}/${:_buildout_section_name_}
-git-binary = ${git:location}/bin/git
-command = export GIT_SSL_NO_VERIFY=true; (${:git-binary} clone --quiet ${:repository} ${:location} && cd ${:location} && ${:git-binary} reset --hard ${:commit}) || (rm -fr ${:location}; exit 1)
-update-command =
-
-[check-local-eggs]
-recipe = plone.recipe.command
-stop-on-error = true
-update-command = ${:command}
-command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
-depends = ${instance-recipe:egg}
-
 [eggs]
 eggs +=
   slapos.libnetworkcache