proj/portage:master commit in: lib/portage/dbapi/
"Sam James" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1787002442.c0d94add064532cc375ef6c1dcbc9eb5f57af39f.sam@gentoo> |
commit: c0d94add064532cc375ef6c1dcbc9eb5f57af39f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 21:34:02 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 21:34:02 2026 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c0d94add
vartree: drop obsolete subprocess import
No longer needed since 2b37f59364bb2212b794adbbea108bca7cb678c8.
Fixes: 8f6f099e8cc47837f530ea4a0c4fbfbc49d0d6c1
Signed-off-by: Sam James <sam <AT> gentoo.org>
lib/portage/dbapi/vartree.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/portage/dbapi/vartree.py b/lib/portage/dbapi/vartree.py
index 9424f54af..07f2b57bb 100644
--- a/lib/portage/dbapi/vartree.py
+++ b/lib/portage/dbapi/vartree.py
@@ -6097,7 +6097,6 @@ class dblink:
disk and avoid data-loss in the event of a power failure. This method
does nothing if FEATURES=merge-sync is disabled.
"""
- import subprocess
from portage.dbapi._SyncfsProcess import SyncfsProcess
if not self._device_path_map or "merge-sync" not in self.settings.features: