summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python3-argcomplete_1.9.4.bb
blob: 0acfa380ec1afd18aaac1eaaee3a328e72f4f5ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
inherit pypi setuptools3 update-alternatives
require python-argcomplete.inc

ALTERNATIVE_${PN} = "\
    activate-global-python-argcomplete \
    python-argcomplete-check-easy-install-script \
    register-python-argcomplete \
"

ALTERNATIVE_LINK_NAME[activate-global-python-argcomplete] = "${bindir}/activate-global-python-argcomplete"
ALTERNATIVE_LINK_NAME[python-argcomplete-check-easy-install-script] = "${bindir}/python-argcomplete-check-easy-install-script"
ALTERNATIVE_LINK_NAME[register-python-argcomplete] = "${bindir}/register-python-argcomplete"

ALTERNATIVE_PRIORITY = "30"