diff options
author | Andrea Perotti <andreamtp+git@goodfellow.it> | 2023-10-19 17:04:18 +0200 |
---|---|---|
committer | Andrea Perotti <andreamtp+git@goodfellow.it> | 2023-10-19 17:04:18 +0200 |
commit | a16cd1a3494b6d7a31530856041fda58be309732 (patch) | |
tree | 500e75a26fd6a716cfcbd95afb2af80478a991d2 /config/dependencies | |
parent | 8a063f6b4bf26dee1d32c0e4a67059d60f8a64d7 (diff) |
Added python-unversioned-command for Fedora38
Added python-unversioned-command as dependency to have /usr/bin/python
to call python3 in Fedora.
Diffstat (limited to 'config/dependencies')
-rwxr-xr-x | config/dependencies/fedora38 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/dependencies/fedora38 b/config/dependencies/fedora38 index e9fcd386..460335cd 100755 --- a/config/dependencies/fedora38 +++ b/config/dependencies/fedora38 @@ -6,6 +6,6 @@ device-mapper doxygen e2fsprogs flex freetype-devel fuse gawk gcc gcc-gnat \ gdb gettext gettext-devel git gprbuild help2man innoextract intltool \ libftdi-devel libselinux-devel libusb1 libusb1-devel nasm ncurses-devel \ openssl-devel p7zip p7zip-plugins pandoc parted pciutils-devel perl \ -perl-libwww-perl python3 rsync sharutils subversion texinfo unar unifont \ -unifont-fonts unifont-ttf-fonts unzip wget xz zlib-devel \ +perl-libwww-perl python-unversioned-command python3 rsync sharutils subversion \ +texinfo unar unifont unifont-fonts unifont-ttf-fonts unzip wget xz zlib-devel \ " |