Skip to content

Commit

Permalink
Removed patches
Browse files Browse the repository at this point in the history
  • Loading branch information
pmlandwehr committed Aug 13, 2016
1 parent 8b9466e commit 35d4e0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/linecache2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
{{ hash_type }}: {{ hash_val }}
patches:
- inspect_fodder2.patch # [not py3k]
- test_linecache.patch # [not py3k]
# patches:
# - inspect_fodder2.patch # [not py3k]
# - test_linecache.patch # [not py3k]
# inspect_fodder2 kills the build when byte-compiling on py 2.x
# the patch removes inspect_fodder2 and refs to it

Expand Down

0 comments on commit 35d4e0b

Please sign in to comment.