From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 2MlvG1XR/V4FKgAA0tVLHw (envelope-from ) for ; Thu, 02 Jul 2020 12:21:41 +0000 Received: from aspmx2.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id CH4/F1XR/V7jcAAAbx9fmQ (envelope-from ) for ; Thu, 02 Jul 2020 12:21:41 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx2.migadu.com (Postfix) with ESMTPS id 12477680D1A for ; Thu, 2 Jul 2020 12:18:17 +0000 (UTC) Received: from localhost ([::1]:47330 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jqy9R-00061N-VE for larch@yhetil.org; Thu, 02 Jul 2020 08:17:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44314) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jqy9J-0005yG-08 for bug-guix@gnu.org; Thu, 02 Jul 2020 08:17:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42967) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jqy9G-0004js-6z for bug-guix@gnu.org; Thu, 02 Jul 2020 08:17:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jqy9G-0005Vw-35 for bug-guix@gnu.org; Thu, 02 Jul 2020 08:17:02 -0400 Subject: bug#42158: python-grequests broken, add zope dependencies to fix. Resent-From: Christopher Lemmer Webber Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Thu, 02 Jul 2020 12:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 42158 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Efraim Flashner Mail-Followup-To: 42158@debbugs.gnu.org, cwebber@dustycloud.org, cwebber@dustycloud.org Received: via spool by 42158-done@debbugs.gnu.org id=D42158.159369220121162 (code D ref 42158); Thu, 02 Jul 2020 12:17:01 +0000 Received: (at 42158-done) by debbugs.gnu.org; 2 Jul 2020 12:16:41 +0000 Received: from localhost ([127.0.0.1]:54511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jqy8v-0005VG-4c for submit@debbugs.gnu.org; Thu, 02 Jul 2020 08:16:41 -0400 Received: from dustycloud.org ([50.116.34.160]:47346) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jqy8s-0005V7-Jr for 42158-done@debbugs.gnu.org; Thu, 02 Jul 2020 08:16:39 -0400 Received: from twig (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id D50252661A; Thu, 2 Jul 2020 08:16:37 -0400 (EDT) References: <87zh8jynpy.fsf@dustycloud.org> <20200702072733.GF6387@E5400> User-agent: mu4e 1.4.9; emacs 26.3 From: Christopher Lemmer Webber In-reply-to: <20200702072733.GF6387@E5400> Date: Thu, 02 Jul 2020 08:16:37 -0400 Message-ID: <87a70iyuvu.fsf@dustycloud.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 42158-done@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx2.migadu.com; dkim=none; dmarc=temperror reason="query timed out" header.from=dustycloud.org (policy=temperror); spf=pass (aspmx2.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: APP0DoAx8jmL Efraim Flashner writes: > On Wed, Jul 01, 2020 at 04:39:05PM -0400, Christopher Lemmer Webber wrote: >> Fix attached. Ok to push? >> > > Looks good to me. I will note however that the test suite doesn't seem > to actually be run. Huh. Well at least it's no longer breaking, which is what was happening for me before. >> From 1fc31863857361e9f88d92cbea2099fd7ea03b10 Mon Sep 17 00:00:00 2001 >> From: Christopher Lemmer Webber >> Date: Wed, 1 Jul 2020 16:36:29 -0400 >> Subject: [PATCH] gnu: python-grequests: Fix tests by adding zope dependencies. >> >> * gnu/packages/python-web.scm (python-grequests): Add zope >> dependencies to native-inputs for tests. > > should be: > > * gnu/packages/python-web.scm (python-grequests)[native-inputs]: > Add python-zope.interface, python-zope.event. > Done. Changed and pushed! >> --- >> gnu/packages/python-web.scm | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm >> index 030abef9c2..c929e254f7 100644 >> --- a/gnu/packages/python-web.scm >> +++ b/gnu/packages/python-web.scm >> @@ -2010,7 +2010,9 @@ library.") >> `(("python-gevent" ,python-gevent) >> ("python-requests" ,python-requests))) >> (native-inputs >> - `(("python-nose" ,python-nose))) >> + `(("python-nose" ,python-nose) >> + ("python-zope.interface" ,python-zope-interface) >> + ("python-zope.event" ,python-zope-event))) >> (home-page "https://github.com/kennethreitz/grequests") >> (synopsis "Python library for asynchronous HTTP requests") >> (description "GRequests is a Python library that allows you to use >> -- >> 2.26.2 >>