From: Oto Šťáva Date: Fri, 16 Feb 2024 14:05:14 +0000 (+0100) Subject: tests/integration/meson.build: refer to augeas as 'python-augeas' X-Git-Tag: v5.7.2~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c18a6365aab830b2c6f0b36f44bf3f66ac576e7;p=thirdparty%2Fknot-resolver.git 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. --- 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)'],