Skip to content

Commit

Permalink
Merge pull request #914 from akrherz/gh15_bitarray_dep_on_bitstring
Browse files Browse the repository at this point in the history
Constrain bitstring to bitarray<3.0
  • Loading branch information
ocefpaf authored Dec 2, 2024
2 parents dab0804 + 14619ec commit fa3a1c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipe/patch_yaml/bitstring.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# bitstring is not compatable with bitarray 3.0
if:
name: bitstring
timestamp_lt: 1733161794000
then:
- replace_depends:
old: bitarray >=2.8.0
new: bitarray >=2.8.0,<3

0 comments on commit fa3a1c5

Please sign in to comment.