aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--internal/rosa/package/fuse/package.az10
1 files changed, 3 insertions, 7 deletions
diff --git a/internal/rosa/package/fuse/package.az b/internal/rosa/package/fuse/package.az
index 31000e07..3e43c3c6 100644
--- a/internal/rosa/package/fuse/package.az
+++ b/internal/rosa/package/fuse/package.az
@@ -3,12 +3,12 @@ package fuse {
website = "https://github.com/libfuse/libfuse";
anitya = 861;
- version# = "3.18.2";
+ version# = "3.18.3";
source = remoteGitHubRelease {
suffix = "libfuse/libfuse";
tag = "fuse-"+version;
name = "fuse-"+version+".tar.gz";
- checksum = "iL-7b7eUtmlVSf5cSq0dzow3UiqSjBmzV3cI_ENPs1tXcHdktkG45j1V12h-4jZe";
+ checksum = "zQuo1ZLCePjlgxbOO8BuiLPPHwjbU0IItSo3K9_BtcxIid027b7XQWfm07c1T5D4";
compress = gzip;
};
patches = [ "example-include.patch" ];
@@ -20,12 +20,8 @@ package fuse {
"useroot": "false";
"initscriptdir": "/system/etc";
};
-
- postCompile = "python3 -m pytest test/";
- // this project uses pytest
- test = false;
};
- tools = [ python-pytest ];
+ tools = [ bash ];
inputs = [ kernel-headers ];
}