mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-11 06:43:54 +00:00
7 lines
247 B
YAML
7 lines
247 B
YAML
extraction:
|
|
python:
|
|
after_prepare:
|
|
- |
|
|
# https://discuss.lgtm.com/t/determination-of-python-requirements/974/4
|
|
sed -i 's/\("pyOpenSSL\)/\# Dependency removed for lgtm (see .lgtm.yml): \1/g' src/allmydata/_auto_deps.py
|