From 756a4bee4ad7c83a55e67c63614d8424094ddf06 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 6 Sep 2025 23:01:09 -0400 Subject: add aiohttp as dependency in meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index d00ba93..7551197 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('paste') python = import('python').find_installation( - modules: ['pygments', 'zstandard', 'bozo4'], + modules: ['pygments', 'zstandard', 'aiohttp', 'bozo4'], ) sources = files('pypaste/__main__.py', 'pypaste/s3.py') -- cgit v1.2.3