From fdb49cdecd94b8b2482a52110d1767fcdf40801d Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki Date: Wed, 5 Mar 2014 21:05:37 +0100 Subject: [PATCH] we no longer need to specify python option in zc.recipe.egg. --- slapos/recipe/README.lamp.txt | 1 - software/backupserver/software.cfg | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/slapos/recipe/README.lamp.txt b/slapos/recipe/README.lamp.txt index d173852..c2ecf73 100644 --- a/slapos/recipe/README.lamp.txt +++ b/slapos/recipe/README.lamp.txt @@ -39,7 +39,6 @@ in software.cfg, replace instance-recipe-egg part by [instance-recipe-egg] recipe = zc.recipe.egg -python = python2.7 eggs = ${mysql-python:egg} ${instance-recipe:egg} diff --git a/software/backupserver/software.cfg b/software/backupserver/software.cfg index 5af5bc8..d9e332a 100644 --- a/software/backupserver/software.cfg +++ b/software/backupserver/software.cfg @@ -1,9 +1,5 @@ [buildout] extends = - ../../component/lxml-python/buildout.cfg - ../../component/python-2.7/buildout.cfg - ../../component/python-cffi/buildout.cfg - ../../component/python-cryptography/buildout.cfg ../../component/dash/buildout.cfg ../../component/dcron/buildout.cfg ../../component/logrotate/buildout.cfg @@ -41,19 +37,9 @@ parts = [extra-eggs] recipe = zc.recipe.egg interpreter = pythonforrssgen -python = python2.7 eggs = PyRSS2Gen -[lxml-python] -python = python2.7 - -[python-cffi] -python = python2.7 - -[python-cryptography] -python = python2.7 - [networkcache] # signature certificates of the following uploaders. # Romain Courteaud -- 2.1.4