OZI-Project/OZI

View on GitHub
ozi/dist/cibuildwheel/meson.build

Summary

Maintainability
Test Coverage
# Part of the OZI Project, under the Apache License v2.0 with LLVM Exceptions.
# See LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
requirements = ['requirements.in']
configure_file(
    input: requirements,
    output: 'requirements.txt',
    command: [
        pip_compile, get_option('config-args-semantic_release'),
        '-o', '@OUTPUT@', '@INPUT@',
    ]
)