Merge pull request #326680 from EricTheMagician/fix-build-failure
python3Packages.conda: fix build failure
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
conda-libmamba-solver,
|
||||
conda-package-handling,
|
||||
distro,
|
||||
frozendict,
|
||||
jsonpatch,
|
||||
packaging,
|
||||
platformdirs,
|
||||
@@ -48,6 +49,7 @@ buildPythonPackage rec {
|
||||
conda-libmamba-solver
|
||||
conda-package-handling
|
||||
distro
|
||||
frozendict
|
||||
jsonpatch
|
||||
packaging
|
||||
platformdirs
|
||||
|
||||
@@ -77,7 +77,6 @@ buildPythonPackage rec {
|
||||
pypaBuildPhase
|
||||
'';
|
||||
|
||||
pythonRemoveDeps = [ "scikit-build" ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"libmambapy"
|
||||
|
||||
Reference in New Issue
Block a user