python3Packages.ratarmountcore: fix build

This commit is contained in:
Kirill Radzikhovskyy
2025-04-27 18:35:28 +10:00
parent 4614c32b67
commit ad44a2ab81
@@ -2,12 +2,14 @@
lib,
buildPythonPackage,
fetchFromGitHub,
fsspec,
indexed-gzip,
indexed-zstd,
libarchive-c,
pytestCheckHook,
python-xz,
pythonOlder,
writableTmpDirAsHomeHook,
rapidgzip,
rarfile,
setuptools,
@@ -54,6 +56,8 @@ buildPythonPackage rec {
pytestCheckHook
zstandard
zstd
fsspec
writableTmpDirAsHomeHook
] ++ lib.flatten (builtins.attrValues optional-dependencies);
pythonImportsCheck = [ "ratarmountcore" ];
@@ -73,6 +77,8 @@ buildPythonPackage rec {
"test_file_versions"
"test_stream_compressed"
"test_chimera_file"
"test_URLContextManager"
"test_URL"
];
meta = with lib; {