From 912fd0bfac7d450c0a874fccaa7baa57645e0257 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 3 Jul 2011 01:12:16 +0200 Subject: [PATCH] Cython: needs python-devel to build. --- srcpkgs/Cython/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/Cython/template b/srcpkgs/Cython/template index b3616185cde..cdd6264ec72 100644 --- a/srcpkgs/Cython/template +++ b/srcpkgs/Cython/template @@ -24,5 +24,6 @@ long_desc=" for fast C modules that speed up the execution of Python code." Add_dependency run glibc -Add_dependency full python +Add_dependency run python Add_dependency full Pyrex +Add_dependency build python-devel