From aea61a6192949d36adff0b369a4fd2c03502441b Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 9 May 2024 12:06:28 +0200 Subject: add linuxnamespaces.tarutils Move the generic tar utilities from the chroottar.py example into a linuxnamespaces module as dealing with tar archives is a fairly common thing when dealing with namespaces. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 481593a..04d6a5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,9 @@ requires-python = ">=3.9" # linuxnamespaces.systemd needs jeepney or dbussy, not both. jeepney = ["jeepney"] dbussy = ["dbussy"] +# linuxnamespaces.tarutils.ZstdTarFile +zstandard = ["zstandard"] test = ["pytest", "pytest-forked", "pytest-subtests"] -examples = ["zstandard"] [tool.black] line-length = 79 -- cgit v1.2.3