Skip to content

Commit

Permalink
Add cytoolz as dependency (conda#11589)
Browse files Browse the repository at this point in the history
* first changes to remove _vendor.toolz

* updating test to use cytoolz

* changing the import module name to tlz; this defaults to the toolz module if cytoolz is not available

Co-authored-by: Ken Odegard <[email protected]>
  • Loading branch information
travishathaway and kenodegard authored Aug 8, 2022
1 parent 20ea9d5 commit 6147080
Show file tree
Hide file tree
Showing 35 changed files with 66 additions and 1,525 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ requirements:
run:
- python
- conda-package-handling >=1.3.0
- cytoolz >=0.8.1
- menuinst >=1.4.11,<2 # [win]
- pycosat >=0.6.3
- pyopenssl >=16.2.0
Expand All @@ -45,7 +46,6 @@ requirements:
- conda-build >=3
- conda-env >=2.6
- conda-content-trust >=0.1.1
- cytoolz >=0.8.1

test:
source_files:
Expand Down
28 changes: 0 additions & 28 deletions conda/_vendor/toolz/LICENSE.txt

This file was deleted.

26 changes: 0 additions & 26 deletions conda/_vendor/toolz/__init__.py

This file was deleted.

40 changes: 0 additions & 40 deletions conda/_vendor/toolz/compatibility.py

This file was deleted.

Loading

0 comments on commit 6147080

Please sign in to comment.