Skip to content

Commit

Permalink
Added note about patch
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jul 24, 2018
1 parent db0c5db commit 2c1109c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ source:
fn: '{{ name }}-{{ version }}.tar.gz'
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
'{{ hash_type }}': '{{ hash_value }}'

# The following patch is needed because pip doesn't allow flags to be passed to the egg_info
# step, and we need to pass --offline and --no-git. This can be updated once the following
# issue is fixed: https://github.com/pypa/pip/issues/4383
patches:
- setup.cfg.patch

Expand Down

0 comments on commit 2c1109c

Please sign in to comment.