From 34a07972716fa7e0f245812ff8b057d8fd24cb81 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 28 Aug 2017 19:19:49 +0200 Subject: [PATCH] python3-llfuse: drop pycompile_module. --- srcpkgs/python-llfuse/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python-llfuse/template b/srcpkgs/python-llfuse/template index 84f8dae3a7a..89d524d3170 100644 --- a/srcpkgs/python-llfuse/template +++ b/srcpkgs/python-llfuse/template @@ -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() {