python3Packages.conda-libmamba-solver: fix build

This commit is contained in:
Sigmanificient
2026-03-23 07:03:35 +01:00
parent 50775c5756
commit 270c8ea3af
@@ -6,6 +6,9 @@
hatch-vcs,
boltons,
libmambapy,
msgpack,
requests,
zstandard,
}:
buildPythonPackage rec {
pname = "conda-libmamba-solver";
@@ -28,6 +31,9 @@ buildPythonPackage rec {
dependencies = [
boltons
libmambapy
msgpack
requests
zstandard
];
# this package depends on conda for the import to run successfully, but conda depends on this package to execute.