Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 7a2ba5d

Browse files
committed
Merge pull request #573 from deis/hotfix-pin-lzma
blacklist backports.lzma v0.0.4
2 parents 2d50c1c + c5eb1dc commit 7a2ba5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
if ver < (3, 0):
2323
# Python 2 requires lzma backport
24-
requirements.insert(0, 'backports.lzma>=0.0.2')
24+
requirements.insert(0, 'backports.lzma>=0.0.2,!=0.0.4')
2525
if ver < (2, 7):
2626
# Python 2.6 requires additional libraries
2727
requirements.insert(0, 'argparse>=1.2.1')

0 commit comments

Comments
 (0)