mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +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
|