[packages/seamonkey] use same logic to construct path to mach.pth when writing and checking it
atler
atler at pld-linux.org
Fri Jan 31 16:20:35 CET 2025
commit 1cdad4acf9c52fdcb1ae9a1107a2ee409e900569
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Jan 31 15:40:01 2025 +0100
use same logic to construct path to mach.pth when writing and checking it
seamonkey-system-virtualenv.patch | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
diff --git a/seamonkey-system-virtualenv.patch b/seamonkey-system-virtualenv.patch
index 64a0d65..fb51389 100644
--- a/seamonkey-system-virtualenv.patch
+++ b/seamonkey-system-virtualenv.patch
@@ -10,3 +10,17 @@
def version_info(self):
return eval(subprocess.check_output([
+--- seamonkey-2.53.20/python/mozbuild/mozbuild/virtualenv.py.orig 2025-01-31 15:33:46.664284795 +0100
++++ seamonkey-2.53.20/python/mozbuild/mozbuild/virtualenv.py 2025-01-31 15:36:33.242966376 +0100
+@@ -184,8 +184,10 @@
+
+ if env_requirements.pth_requirements and self.populate_local_paths:
+ try:
++ import distutils.sysconfig
++ python_lib = distutils.sysconfig.get_python_lib()
+ with open(
+- os.path.join(self._site_packages_dir(), PTH_FILENAME)
++ os.path.join(python_lib, PTH_FILENAME)
+ ) as file:
+ pth_lines = file.read().strip().split("\n")
+ except FileNotFoundError:
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/seamonkey.git/commitdiff/deabb2ff0cf4b4ae68b9d97fec3486b71bd2a9d5
More information about the pld-cvs-commit
mailing list