summaryrefslogtreecommitdiff
path: root/recipes/gmp.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-03-06 12:22:28 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-03-20 17:19:09 +0100
commit1673dfd5651d6db2af958ce14bf4ad2edf740cec (patch)
treef45f5dd1061d7a92df74e3e4773b518d13c1b1db /recipes/gmp.recipe
parentdea8cf2fdf6f2f600f09e56ebfb74020bc8781b2 (diff)
Remove imports from the recipes
Diffstat (limited to 'recipes/gmp.recipe')
-rw-r--r--recipes/gmp.recipe1
1 files changed, 0 insertions, 1 deletions
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'