aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-09-11 23:35:29 +0900
committerOphestra <cat@gensokyo.uk>2026-09-11 23:35:29 +0900
commit58b6ae9710d8343d6da8a2cc9e2a5880e69353a4 (patch)
treeb6849dadd7788ad3ee8c6ddf879c9514ef50c0d0
parent4027ac77b249339fcf027a9b272e8ee0007382d0 (diff)
internal/rosa/package/fuse: 3.18.2 to 3.18.3
This finally removed pytest and switched to native meson tests. Signed-off-by: Ophestra <cat@gensokyo.uk>
-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 ];
}