Skip to content

Commit 97b754d

Browse files
authored
Revert "bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)" (GH-28201)
This reverts commit 4f88161.
1 parent 0474d06 commit 97b754d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Lib/sysconfig.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
'data': '{base}',
3838
},
3939
'posix_home': {
40-
'stdlib': '{installed_base}/{platlibdir}/python',
41-
'platstdlib': '{base}/{platlibdir}/python',
40+
'stdlib': '{installed_base}/lib/python',
41+
'platstdlib': '{base}/lib/python',
4242
'purelib': '{base}/lib/python',
43-
'platlib': '{base}/{platlibdir}/python',
43+
'platlib': '{base}/lib/python',
4444
'include': '{installed_base}/include/python',
4545
'platinclude': '{installed_base}/include/python',
4646
'scripts': '{base}/bin',

Misc/NEWS.d/next/Library/2021-08-28-14-52-27.bpo-45035.O9mNam.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)