From d9a5edc133bbbc931c1edb38401efcab4611aac0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 12 Aug 2013 16:03:10 +0200 Subject: [PATCH] python-pylastfp: cross build support. --- srcpkgs/python-pylastfp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-pylastfp/template b/srcpkgs/python-pylastfp/template index 585188b91b3..3acbd9d5ae3 100644 --- a/srcpkgs/python-pylastfp/template +++ b/srcpkgs/python-pylastfp/template @@ -5,8 +5,8 @@ revision=1 distfiles="https://pypi.python.org/packages/source/p/pylastfp/pylastfp-${version}.tar.gz" checksum="5f9a32e532ab62e5663298b4b3b1db86f5466404f111ccaa9030c23ffee140f7" build_style=python-module -hostmakedepends="python-devel" -makedepends="python-distribute libsamplerate-devel fftw-devel" +hostmakedepends="python-devel python-distribute" +makedepends="python-devel libsamplerate-devel fftw-devel" wrksrc="pylastfp-${version}" maintainer="Steven R " homepage="https://github.com/sampsyo/pylastfp" @@ -19,4 +19,4 @@ python-pylastfp_package() { pkg_install() { vmove all } -} \ No newline at end of file +}