diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-11 12:50:47 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-11 12:50:47 -0500 |
commit | fab09092031b440c752d54f2e4fea467ed5bff2d (patch) | |
tree | 1ea57b4de561edd21a0597784a0c3a4a865a55f2 /src | |
parent | 52e6d0f495023c0aa939bf6b2170ca5ea853202b (diff) | |
download | stasis-fab09092031b440c752d54f2e4fea467ed5bff2d.tar.gz |
Remove conda-verify requirement entirely
* This package only exists for python<=3.11 and is considered optional by conda-build.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/core/conda.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/core/conda.c b/src/lib/core/conda.c index 435af35..0e0161d 100644 --- a/src/lib/core/conda.c +++ b/src/lib/core/conda.c @@ -346,7 +346,6 @@ int conda_check_required() { const char *conda_minimum_viable_tools[] = { "boa", "conda-build", - "conda-verify", NULL }; |