Skip to content

Commit

Permalink
conda: add py3-packaging as a runtime dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh authored Aug 12, 2023
1 parent 7d6e9b5 commit 63d1a4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: conda
version: 23.7.2
epoch: 2
epoch: 3
description: "A system-level, binary package and environment manager running on all major operating systems and platforms."
copyright:
- license: BSD-3-Clause
Expand All @@ -11,6 +11,7 @@ package:
dependencies:
runtime:
- python3
- py3-packaging

environment:
contents:
Expand Down

0 comments on commit 63d1a4b

Please sign in to comment.