Skip to content

asciidoc: Fix for python3 #1718

Closed
wants to merge 1 commit into from
Closed

asciidoc: Fix for python3 #1718

wants to merge 1 commit into from

Commits on Feb 24, 2020

  1. asciidoc: Fix for python3

    The two scripts a2x.py and asciidoc.py provided by this package use a
    shebang `#!/usr/bin/env python`. However, this package requires python2
    and so fails after we changed the default from python2 to python3.
    
    Fix the shebang of the two scripts to explicitly call python2.
    
    The package is no longer maintained and the release notes of the final
    release suggest to replace it with "a supported release such as
    Asciidoctor". We can do that  at a later time, however now we want to
    get things fixed quickly.
    donald committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    c123792 View commit details
    Browse the repository at this point in the history