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 6dfaa9d

Browse filesBrowse files
authored
Merge pull request opencv#568 from asenyaev/asen/remove_extra_modules_3.4
Removed unused modules for 3.4 branch
2 parents d49b948 + cb2c67c commit 6dfaa9d
Copy full SHA for 6dfaa9d

File tree

Expand file treeCollapse file tree

1 file changed

+0
-12
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-12
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
-12Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,6 @@ def main():
122122
"cv2.data": [ # OPENCV_OTHER_INSTALL_PATH
123123
("etc" if os.name == "nt" else "share/OpenCV") + r"/haarcascades/.*\.xml"
124124
],
125-
"cv2.gapi": [
126-
"python/cv2" + r"/gapi/.*\.py"
127-
],
128-
"cv2.mat_wrapper": [
129-
"python/cv2" + r"/mat_wrapper/.*\.py"
130-
],
131-
"cv2.misc": [
132-
"python/cv2" + r"/misc/.*\.py"
133-
],
134-
"cv2.utils": [
135-
"python/cv2" + r"/utils/.*\.py"
136-
],
137125
}
138126

139127
# Files in sourcetree outside package dir that should be copied to package.

0 commit comments

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