Skip to content

anki hardcoded python version #251

@kovmir

Description

@kovmir

In anki slackbuild python version 3.9 is hardcoded, which is why it fails on -current as it uses python 3.11:

find $PKG/usr/bin $PKG/usr/lib/python3.9/site-packages \
  -mindepth 1 -maxdepth 1 \
  -not -name "_aqt*" \
  -not -name "aqt*" \
  -not -name "anki*" \
  -execdir rm -rf '{}' \+

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions