Skip to content

Commit 6dfaa9d

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

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

setup.py

-12
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)