From 1673dfd5651d6db2af958ce14bf4ad2edf740cec Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Tue, 6 Mar 2012 12:22:28 +0100 Subject: Remove imports from the recipes --- recipes/gmp.recipe | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes/gmp.recipe') diff --git a/recipes/gmp.recipe b/recipes/gmp.recipe index d7b85aca..ec90c486 100644 --- a/recipes/gmp.recipe +++ b/recipes/gmp.recipe @@ -6,6 +6,5 @@ class Recipe(recipe.Recipe): version = '5.0.4' def prepare(self): - from cerbero.config import Platform if self.config.target_platform == Platform.WINDOWS: self.configure_options += '--enable-cxx' -- cgit v1.2.3