Skip to content

Commit

Permalink
Merge pull request #3857 from mattmoor/fix-colorama
Browse files Browse the repository at this point in the history
Add missing dependencies for building py3-colorama at HEAD
  • Loading branch information
mattmoor authored Jul 24, 2023
2 parents d42b2f0 + 9491e62 commit 1f02fdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion py3-colorama.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-colorama
version: 0.4.6
epoch: 0
epoch: 1
description: "Simple cross-platform colored terminal text"
copyright:
- license: BSD-3-Clause
Expand All @@ -20,8 +20,10 @@ environment:
- py3-setuptools
- py3-gpep517
- py3-hatchling
- py3-packaging
- py3-pathspec
- py3-pluggy
- py3-trove-classifiers

pipeline:
- uses: fetch
Expand Down

0 comments on commit 1f02fdb

Please sign in to comment.