python3-llfuse: drop pycompile_module.

This commit is contained in:
Leah Neukirchen 2017-08-28 19:19:49 +02:00
parent c7a3e0ffa0
commit 34a0797271

View file

@ -1,7 +1,7 @@
# Template file for 'python-llfuse' # Template file for 'python-llfuse'
pkgname=python-llfuse pkgname=python-llfuse
version=1.1.1 version=1.1.1
revision=5 revision=6
wrksrc="llfuse-${version}" wrksrc="llfuse-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools pkg-config" hostmakedepends="python-setuptools python3-setuptools pkg-config"
@ -16,7 +16,6 @@ checksum=1b84b1152ae461e66ecc526d0de71eaec086c587e97d1dda93d620b16a92db6c
python3-llfuse_package() { python3-llfuse_package() {
depends="python3" depends="python3"
pycompile_module="llfuse"
replaces="python3.4-llfuse>=0" replaces="python3.4-llfuse>=0"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {