From b0874c6086f19809b1adf7f5e7a755ac6f146c9e Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 23 Apr 2024 07:11:48 +0200 Subject: lift the dbus functionality from the cgroup example --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index b226a33..481593a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,9 +12,11 @@ classifiers = [ requires-python = ">=3.9" [project.optional-dependencies] +# linuxnamespaces.systemd needs jeepney or dbussy, not both. +jeepney = ["jeepney"] +dbussy = ["dbussy"] test = ["pytest", "pytest-forked", "pytest-subtests"] -# We want jeepney or dbussy, not both. -examples = ["dbussy", "jeepney", "zstandard"] +examples = ["zstandard"] [tool.black] line-length = 79 -- cgit v1.2.3