8000 Merge pull request #1106 from stonebig/master · Sadies480/winpython@8ff3d5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ff3d5e

Browse files
authored
Merge pull request winpython#1106 from stonebig/master
remove pipdeptree patch
2 parents 671ac34 + 4edb316 commit 8ff3d5e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

make.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,12 +1136,6 @@ def _create_batch_scripts_initial(self):
11361136
11371137
:after_pyzo_conf
11381138
1139-
rem ******************
1140-
rem handle dying pipdeptree if included
1141-
rem ******************
1142-
set tmp_pyz=%WINPYDIR%\Lib\site-packages\pipdeptree.py
1143-
if exist "%tmp_pyz%" set _PIP_USE_IMPORTLIB_METADATA=0
1144-
11451139
11461140
rem ******************
11471141
rem WinPython.ini part (removed from nsis)
@@ -1300,15 +1294,6 @@ def _create_batch_scripts_initial(self):
13001294
}
13011295
13021296
1303-
#####################
1304-
### handle dying pipdeptree if included
1305-
#####################
1306-
$env:tmp_pyz = "$env:WINPYDIR\Lib\site-packages\pipdeptree.py"
1307-
if (Test-Path "$env:tmp_pyz") {
1308-
$env:_PIP_USE_IMPORTLIB_METADATA=0
1309-
}
1310-
1311-
13121297
#####################
13131298
### WinPython.ini part (removed from nsis)
13141299
#####################

0 commit comments

Comments
 (0)
0