feat(tunable): improve python name definition.

This commit is contained in:
Alexandre Pujol 2024-09-21 22:14:30 +01:00
parent c1d8958aed
commit 688f2651fd
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -26,7 +26,8 @@
@{coreutils} += truncate tsort tty uname unexpand uniq unlink updatedb vdir wc who whoami xargs yes @{coreutils} += truncate tsort tty uname unexpand uniq unlink updatedb vdir wc who whoami xargs yes
# Python interpreters # Python interpreters
@{python_name} = python{,3,3.[0-9],3.1[0-9]} @{python_version} = 3 3.[0-9] 3.1[0-9]
@{python_name} = python python@{python_version}
# Open # Open
@{open_names} = exo-open xdg-open gio kde-open gio-launch-desktop @{open_names} = exo-open xdg-open gio kde-open gio-launch-desktop