mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
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'
|
# 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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue