From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45645) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGSkx-0000q5-7a for guix-patches@gnu.org; Mon, 23 Mar 2020 15:29:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGSkw-0004Tx-AS for guix-patches@gnu.org; Mon, 23 Mar 2020 15:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47571) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGSkw-0004Tr-7H for guix-patches@gnu.org; Mon, 23 Mar 2020 15:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jGSkw-0004jS-37 for guix-patches@gnu.org; Mon, 23 Mar 2020 15:29:02 -0400 Subject: [bug#40060] [PATCH v2 0/2] youtube-dl add ffmpeg and zsh-completion Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:45555) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGSkF-00008z-MT for guix-patches@gnu.org; Mon, 23 Mar 2020 15:28:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGSkD-0004Cc-Q1 for guix-patches@gnu.org; Mon, 23 Mar 2020 15:28:19 -0400 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:37221) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGSkC-0004BZ-2o for guix-patches@gnu.org; Mon, 23 Mar 2020 15:28:17 -0400 Received: by mail-wm1-x344.google.com with SMTP id d1so853061wmb.2 for ; Mon, 23 Mar 2020 12:28:15 -0700 (PDT) References: <20200314143418.13963-1-brice@waegenei.re> <20200323171502.3147-1-brice@waegenei.re> From: Mathieu Othacehe In-reply-to: <20200323171502.3147-1-brice@waegenei.re> Date: Mon, 23 Mar 2020 20:28:11 +0100 Message-ID: <874kuezx9w.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40060@debbugs.gnu.org Cc: 40060-done@debbugs.gnu.org Hello Brice, > Remove pycryptodome since ffmpeg is enought for accessing > HLS streams. I could do not find any reference to pycryptodome, but pushed the serie as is LTGM. Thanks, Mathieu