diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-05 16:24:44 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-05 16:47:34 -0400 |
commit | 80e67bec7c3b474b33f1b154baec306f53756d21 (patch) | |
tree | 5c437b3ee4336d0bc725b8767d57e2113bd33b27 | |
parent | a518a3ae1d5d7c3b1b8d7d13684b228ee3e58434 (diff) | |
download | pypaste-80e67bec7c3b474b33f1b154baec306f53756d21.tar.gz |
add bozo4 to module requirements
-rw-r--r-- | meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meson.build b/meson.build index c27e9eb..7de9eef 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,8 @@ project('paste') -python = import('python').find_installation(modules: ['pygments', 'zstandard']) +python = import('python').find_installation( + modules: ['pygments', 'zstandard', 'bozo4'], +) install_data( 'src/paste.py', |