Skip to content

Commit

Permalink
Use my version of cbor2
Browse files Browse the repository at this point in the history
Fixes build issue on Jessie
  • Loading branch information
waveform80 committed Jun 8, 2019
1 parent 7748657 commit db64a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piwheels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
__platforms__ = 'ALL'

__requires__ = ['configargparse', 'pyzmq', 'voluptuous',
'cbor2 @ git+https://github.com/agronholm/cbor2.git@master']
'cbor2 @ git+https://github.com/waveform80/cbor2.git@piwheels']

__extra_requires__ = {
'monitor': ['urwid'],
Expand Down

0 comments on commit db64a0f

Please sign in to comment.