Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ac48881

Browse filesBrowse files
authored
Merge pull request opencv#274 from rockywhisper/setup_fix
replace get_config_var() with get_config_vars() in setup.py.
2 parents 4352c62 + 22c900d commit ac48881
Copy full SHA for ac48881

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def main():
6767

6868
package_data = {
6969
'cv2':
70-
['*%s' % sysconfig.get_config_var('SO')] +
70+
['*%s' % sysconfig.get_config_vars().get('SO')] +
7171
(['*.dll'] if os.name == 'nt' else []) +
7272
["LICENSE.txt", "LICENSE-3RD-PARTY.txt"],
7373
'cv2.data':

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.