pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

commit efb13a8992180cb8cdfc0018c35542a92a05af80
parent 71fec80954ecb253696002179fe1b30d92e49a18
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Thu, 22 Feb 2024 07:01:56 +0100

Remove another slot requirement

Diffstat:
Muserns_sandbox.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/userns_sandbox.py b/userns_sandbox.py @@ -283,7 +283,7 @@ def parse_mount(s): raise ValueError(m_type) -@dataclasses.dataclass(frozen=True, slots=True) +@dataclasses.dataclass(frozen=True) class Settings: versions: pathlib.PosixPath root: pathlib.PosixPath