Skip to content

Commit

Permalink
add zstandard dependency; update description
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth committed Aug 2, 2023
1 parent 09d98fc commit 7015dd9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ requirements:
- wheel
run:
- python
- zstandard >=0.15
- conda-package-streaming >=0.9.0

test:
Expand All @@ -47,9 +48,12 @@ about:
doc_url: https://conda.github.io/conda-package-handling/
license: BSD-3-Clause
license_family: BSD
license_file:
- LICENSE
license_file: LICENSE
summary: Create and extract conda packages of various formats.
description: |
`conda` and `conda-build` use `conda_package_handling.api` to create and extract
conda packages. This package also provides the `cph` command line tool to
extract, create, and convert between formats.
extra:
recipe-maintainers:
Expand Down

0 comments on commit 7015dd9

Please sign in to comment.