[Pagure] Limit the httplib2 task by tags

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2023-08-11 12:04:09 +02:00
parent 1e26cf9246
commit a4ddf54509

View file

@ -528,3 +528,6 @@
path: /usr/lib/python3.6/site-packages/httplib2/__init__.py
regexp: 'ssl\.PROTOCOL_TLSv1'
replace: 'ssl.PROTOCOL_TLS'
tags:
- pagure
- hotfix