From patchwork Sun May 16 13:18:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 4286 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FjjWX6dr2z3wbf for ; Sun, 16 May 2021 13:18:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FjjWW5Qpnzmr; Sun, 16 May 2021 13:18:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FjjWW3q68z2yHN; Sun, 16 May 2021 13:18:31 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FjjWV4vcxz2xcT for ; Sun, 16 May 2021 13:18:30 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FjjWT6Spxzmr; Sun, 16 May 2021 13:18:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621171110; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=7zNB7qHAJTbOdlwfXbOFjxvc+m9W+00y1d/K2MY4OLM=; b=UcGuH9UvuCQd0YsaoaJxxKm1MzZmricjXF+uzaww/D6Is+WtkLLZL4k2p0oTRO0UkQ56ym /yTcQjUmmc5IA3XeEYEj6rKe1aStWqb/IXL4uevfqi1YOxtispRMaMPUxe+gSbknkyxPn+ YYg/l5nc0FS351EcV1zEplAfyarBTb4WB9RbAUHGcVyRz9oRc5NWBex+P5JucHBOyjg22y qlvuG6lTwS1YjIR4ocVhsD/mAwN8fPlJxLWm6VREGaXIdatFbWQYSb6ahJmWBI+GRqJKS0 djUVxze3H/vb1eDT5BUCDGqb3tjotGE/rqyskuQm2VY2kdF9K4RKtWxZu3WRDQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621171110; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=7zNB7qHAJTbOdlwfXbOFjxvc+m9W+00y1d/K2MY4OLM=; b=Jt+5JSOG/qvSYW5fvVetb3YQRatTXsrWgsAugfKhHzn02BAO0ek0S8XE5CrtlVcmdqo0nt sQuI4jq+mVNWHkBw== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH 1/2] python3-docutils: build prior python3-daemon Date: Sun, 16 May 2021 15:18:06 +0200 Message-Id: <20210516131807.1653485-1-arne_f@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" python3-daemon has a builddepency to python3-docutils Signed-off-by: Arne Fitzenreiter --- config/rootfiles/packages/python3-docutils | 10 ++++++++++ make.sh | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/packages/python3-docutils b/config/rootfiles/packages/python3-docutils index 3429e97d6..fa0c6f3a7 100644 --- a/config/rootfiles/packages/python3-docutils +++ b/config/rootfiles/packages/python3-docutils @@ -1,5 +1,15 @@ +usr/bin/rst2html.py usr/bin/rst2html4.py usr/bin/rst2html5.py +usr/bin/rst2latex.py +usr/bin/rst2man.py +usr/bin/rst2odt.py +usr/bin/rst2odt_prepstyles.py +usr/bin/rst2pseudoxml.py +usr/bin/rst2s5.py +usr/bin/rst2xetex.py +usr/bin/rst2xml.py +usr/bin/rstpep2html.py #usr/lib/python3.8/site-packages/docutils #usr/lib/python3.8/site-packages/docutils-0.16-py3.8.egg-info #usr/lib/python3.8/site-packages/docutils-0.16-py3.8.egg-info/PKG-INFO diff --git a/make.sh b/make.sh index 60474a18e..d1a5fe68d 100755 --- a/make.sh +++ b/make.sh @@ -1347,6 +1347,7 @@ buildipfire() { lfsmake2 python-setuptools lfsmake2 python3-inotify lfsmake2 python-docutils + lfsmake2 python3-docutils lfsmake2 python3-daemon lfsmake2 glib lfsmake2 ntp @@ -1544,7 +1545,6 @@ buildipfire() { lfsmake2 python3-dateutil lfsmake2 python3-jmespath lfsmake2 python3-colorama - lfsmake2 python3-docutils lfsmake2 python3-yaml lfsmake2 python3-s3transfer lfsmake2 python3-rsa