python3-llfuse: drop pycompile_module.
This commit is contained in:
parent
c7a3e0ffa0
commit
34a0797271
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-llfuse'
|
||||
pkgname=python-llfuse
|
||||
version=1.1.1
|
||||
revision=5
|
||||
revision=6
|
||||
wrksrc="llfuse-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools pkg-config"
|
||||
|
@ -16,7 +16,6 @@ checksum=1b84b1152ae461e66ecc526d0de71eaec086c587e97d1dda93d620b16a92db6c
|
|||
|
||||
python3-llfuse_package() {
|
||||
depends="python3"
|
||||
pycompile_module="llfuse"
|
||||
replaces="python3.4-llfuse>=0"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue