mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[build] Make sure deprecated modules are added
This commit is contained in:
		
							
								
								
									
										3
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								setup.py
									
									
									
									
									
								
							| @@ -65,7 +65,8 @@ def py2exe_params(): | ||||
|             'excludes': ['Crypto', 'Cryptodome'],  # py2exe cannot import Crypto | ||||
|             'dll_excludes': ['w9xpopen.exe', 'crypt32.dll'], | ||||
|             # Modules that are only imported dynamically must be added here | ||||
|             'includes': ['yt_dlp.compat._legacy'], | ||||
|             'includes': ['yt_dlp.compat._legacy', 'yt_dlp.compat._deprecated', | ||||
|                          'yt_dlp.utils._legacy', 'yt_dlp.utils._deprecated'], | ||||
|         }, | ||||
|         'zipfile': None, | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan