• R
    Fix accidental prebuilt PyAV usage in the Dockerfile (#6573) · c56f2e9a
    Roman Donchenko 提交于
    When I integrated pip-compile, I neglected to notice that in the
    generated `*.txt` files the --no-binary=av option is on its own line,
    and therefore is stripped away by the sed command.
    
    Hardcode this option in the Dockerfile to make sure we build PyAV from
    source. Also, add a workaround for the fact that PyAV is incompatible
    with the recently-released Cython 3.
    c56f2e9a
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 97.9 KB