mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
python-lz4: rebuild against liblz4
This commit is contained in:
parent
2e2d833830
commit
45e601af0f
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python-lz4'
|
# Template file for 'python-lz4'
|
||||||
pkgname=python-lz4
|
pkgname=python-lz4
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="lz4-${version}"
|
wrksrc="lz4-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="lz4"
|
pycompile_module="lz4"
|
||||||
hostmakedepends="pkg-config python-setuptools python3-setuptools
|
hostmakedepends="pkg-config python-setuptools python3-setuptools
|
||||||
python-pkgconfig python3-pkgconfig"
|
python-pkgconfig python3-pkgconfig"
|
||||||
makedepends="python-devel python3-devel lz4-devel"
|
makedepends="python-devel python3-devel liblz4-devel"
|
||||||
depends="python-future"
|
depends="python-future"
|
||||||
short_desc="LZ4 bindings for Python2"
|
short_desc="LZ4 bindings for Python2"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue