From 12ecfe47f5d2f1e48c1f269dacd005362397af5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 27 Nov 2019 04:06:00 +0100 Subject: [PATCH] Update qubes-builder dependencies: python2-sh -> python3-sh --- developer/building/qubes-builder.md | 4 ++-- external/building-guides/building-archlinux-template.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/developer/building/qubes-builder.md b/developer/building/qubes-builder.md index c15dd6d5..9ff5412a 100644 --- a/developer/building/qubes-builder.md +++ b/developer/building/qubes-builder.md @@ -27,7 +27,7 @@ In order to use it, you should use an rpm-based distro, like Fedora :), and shou - make - wget - rpmdevtools -- python2-sh +- python3-sh - dialog - rpm-sign - dpkg-dev @@ -39,7 +39,7 @@ In order to use it, you should use an rpm-based distro, like Fedora :), and shou Usually you can install those packages by just issuing: - sudo dnf install gnupg git createrepo rpm-build make wget rpmdevtools python2-sh dialog rpm-sign dpkg-dev debootstrap PyYAML devscripts perl-Digest-MD5 perl-Digest-SHA + sudo dnf install gnupg git createrepo rpm-build make wget rpmdevtools python3-sh dialog rpm-sign dpkg-dev debootstrap PyYAML devscripts perl-Digest-MD5 perl-Digest-SHA The build system creates build environments in chroots and so no other packages are needed on the host. All files created by the build system are contained within the qubes-builder directory. diff --git a/external/building-guides/building-archlinux-template.md b/external/building-guides/building-archlinux-template.md index 88f3caf3..b75a2ec4 100644 --- a/external/building-guides/building-archlinux-template.md +++ b/external/building-guides/building-archlinux-template.md @@ -59,7 +59,7 @@ redirect_from: * rpmdevtools - * python2-sh + * python3-sh * dialog @@ -70,7 +70,7 @@ redirect_from: * The tools can usually be installed all together with the following terminal command string: - * **$ sudo dnf install git createrepo rpm-build make wget rpmdevtools python2-sh dialog rpm-sign gnupg** + * **$ sudo dnf install git createrepo rpm-build make wget rpmdevtools python3-sh dialog rpm-sign gnupg**

![arch-template-04](/attachment/wiki/ArchlinuxTemplate/arch-template-04.png)