[Bug 264448] sysutils/py-ansible-lint: Fails after devel/py-jsonschema 4.6.0 upgrade : No such file or directory: '/usr/local/lib/ python3.8/site-packages/jsonschema/schemas/dr aft3.json'

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 05 Jun 2022 18:58:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264448

--- Comment #4 from Andre Rikkert de Koe - ARK-ICT <freebsd-ports@andre.rikkertdekoe.nl> ---
(In reply to Muhammad Moinur Rahman from comment #3)

Solved by upgrading to to py38-jsonschema-4.6.0_1, thanks :

..
===>>> Update check of installed ports complete

===>>> The following actions were performed:
        Upgrade of py38-jsonschema-4.6.0 to py38-jsonschema-4.6.0_1

root@freebsd13:~ # ls -l dummy.yml 
-rw-r--r--  1 root  wheel  0 Jun  5 20:04 dummy.yml
root@freebsd13:~ # ansible-lint dummy.yml 
WARNING  Overriding detected file kind 'yaml' with 'playbook' for given
positional argument: dummy.yml
WARNING  Listing 1 violation(s) that are fatal
syntax-check: Empty playbook, nothing to do (empty-playbook)
dummy.yml:1 ERROR! Empty playbook, nothing to do



Finished with 1 failure(s), 0 warning(s) on 1 files.
root@freebsd13:~ #

-- 
You are receiving this mail because:
You are on the CC list for the bug.