python-pylastfp: switch to python2-module
This commit is contained in:
parent
769fdeb39a
commit
cba4812ea0
1 changed files with 2 additions and 2 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue