/
githubmirror
/
libreport
Обзор
Документация
Войти
/
githubmirror
/
libreport
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/client-python/reportclient/internal/Makefile.am
24 строки
422 B
Michal Fabik
reporter_bugzilla.py: Build, install
15 авг 2022, 14:15
15 авг 2022, 14:15
3416648
Код
Авторство
О чём код?
PYFILES = \ bz_connection.py \ dump_dir.py \ problem_data.py \ utils.py \ configuration_files.py \ global_configuration.py \ problem_formatter.py \ reported_to.py \ const.py \ iso_date_string.py \ problem_utils.py \ report_result.py if BUILD_PYTHON3 py3clientdir = $(py3execdir)/reportclient/internal py3client_PYTHON = $(PYFILES) endif clean: rm -rf __pycache__ all: