From 5c18a6365aab830b2c6f0b36f44bf3f66ac576e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oto=20=C5=A0=C5=A5=C3=A1va?= Date: Fri, 16 Feb 2024 15:05:14 +0100 Subject: [PATCH] tests/integration/meson.build: refer to augeas as 'python-augeas' This is so that it is more obvious that the PyPI package actually has the `python-` prefix. --- tests/integration/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/meson.build b/tests/integration/meson.build index ffe3403aa..98b661f41 100644 --- a/tests/integration/meson.build +++ b/tests/integration/meson.build @@ -9,7 +9,7 @@ augeas = dependency('augeas') # python3 dependencies py3_deps += [ - ['augeas', 'augeas (for deckard)'], + ['augeas', 'python-augeas (for deckard)'], ['dns', 'dnspython (for deckard)'], ['dpkt', 'dpkt (for deckard)'], ['jinja2', 'jinja2 (for deckard)'], -- 2.47.2