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

Conversation

donald
Copy link
Collaborator

@donald donald commented Feb 24, 2020

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.

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.
@wwwutz
Copy link
Collaborator

wwwutz commented Feb 24, 2020

you just jumped into my user-support-gap 8-)

see #1717

@wwwutz
Copy link
Collaborator

wwwutz commented Feb 24, 2020

obsoleted by #1717

@donald donald closed this Feb 24, 2020
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants