Skip to content

Commit 593ab17

Browse files
authored
setup: don't forget contextlib2
1 parent 6b4242a commit 593ab17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def run(self):
161161
":python_version=='2.7'": [
162162
"futures",
163163
"pathlib2",
164+
"contextlib2",
164165
"zc.lockfile>=1.2.1",
165166
],
166167
":python_version>='3.0'": ["flufl.lock>=3.2"],

0 commit comments

Comments
 (0)