Skip to content

Commit b820c37

Browse files
committed
Pin gphoto2 version (should fix #221)
1 parent eed8cc8 commit b820c37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def run(self):
154154
],
155155
extras_require={
156156
"chdkcamera": ["jpegtran-cffi >= 0.4", "chdkptp.py >= 0.1.3"],
157-
"gphoto2camera": ["gphoto2-cffi >= 0.2"],
157+
"gphoto2camera": ["gphoto2-cffi >= 0.2,<0.3"],
158158
"autorotate": ["jpegtran-cffi >= 0.4"],
159159
"gui": ["PySide >= 1.2.1"],
160160
"hidtrigger": ["hidapi-cffi >= 0.1"],

0 commit comments

Comments
 (0)