[bug#54412] [PATCH] python: use the posix_prefix sysconfig scheme on Debian

2022-03-16 Thread stefanor
Hi Karl (2022.03.16_21:25:45_+) > Stefano, Gianfranco - thanks for this. Forgive my ignorance, but I don't > use Debian, or Python, and have never the term "sysconfig scheme" before. Compare these: $ python3.9 -m sysconfig Current installation scheme: "posix_prefix" Paths: data = "/

[bug#54412] [PATCH] python: use the posix_prefix sysconfig scheme on Debian

2022-03-16 Thread Karl Berry
Stefano, Gianfranco - thanks for this. Forgive my ignorance, but I don't use Debian, or Python, and have never the term "sysconfig scheme" before. Does your patch change the default behavior of Automake? I gather not, but ... Also, it feels like there should be some documentation about this. Can