diff --git a/component/pulp/buildout.cfg b/component/pulp/buildout.cfg
index 4160fa6f132d03dd17a2c8dc850f13e080f5b203..d1576745ee028508c13224367fe0ff1a296ccd5f 100644
--- a/component/pulp/buildout.cfg
+++ b/component/pulp/buildout.cfg
@@ -13,19 +13,14 @@ recipe = slapos.recipe.build:gitclone
 repository = https://gitlab.com/jerome-nexedi/pulp-or.git
 branch = master
 git-executable = ${git:location}/bin/git
-develop = true
-
-[pulp-build]
-recipe = zc.recipe.egg:develop
-setup = ${pulp-repository.git:location}
 
 [pulp-env]
 <= numpy-env
 PATH=${glpk:location}/bin
 
 [pulp]
-dependencies = ${pulp-build:setup}
-recipe = zc.recipe.egg:custom
+recipe = zc.recipe.egg:develop
+setup = ${pulp-repository.git:location}
 egg = pulp
 environment = pulp-env
 setup-eggs = ${numpy:egg}