python-pylastfp: switch to python2-module

This commit is contained in:
Alessio Sergi 2016-10-17 16:31:25 +02:00
parent 769fdeb39a
commit cba4812ea0

View file

@ -3,10 +3,10 @@ pkgname=python-pylastfp
version=0.6
revision=4
wrksrc="pylastfp-${version}"
build_style="python-module"
build_style=python2-module
hostmakedepends="python-setuptools"
makedepends="python-devel libsamplerate-devel fftw-devel"
depends="python python-audioread"
depends="python-audioread"
pycompile_module="lastfp"
short_desc="Python bindings for Last.fm's acoustic fingerprinting (fplib)"
maintainer="Steven R <dev@styez.com>"