We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18b0ea commit 63cdb56Copy full SHA for 63cdb56
setup.py
@@ -34,7 +34,7 @@ def main():
34
if build_contrib:
35
g.run_command(["submodule", "update", "--init", "--recursive", "opencv_contrib"])
36
37
- del use_depth, g, pip
+ del g, pip
38
39
# https://stackoverflow.com/questions/1405913/python-32bit-or-64bit-mode
40
x64 = sys.maxsize > 2**32
0 commit comments