python-lz4: rebuild against liblz4

This commit is contained in:
Alessio Sergi 2018-05-09 18:53:56 +02:00
parent 2e2d833830
commit 45e601af0f

View file

@ -1,13 +1,13 @@
# Template file for 'python-lz4'
pkgname=python-lz4
version=1.1.0
revision=1
revision=2
wrksrc="lz4-${version}"
build_style=python-module
pycompile_module="lz4"
hostmakedepends="pkg-config python-setuptools python3-setuptools
python-pkgconfig python3-pkgconfig"
makedepends="python-devel python3-devel lz4-devel"
makedepends="python-devel python3-devel liblz4-devel"
depends="python-future"
short_desc="LZ4 bindings for Python2"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"