From patchwork Tue May 28 19:32:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Danny Milosavljevic X-Patchwork-Id: 14119 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id F0BEC1704F; Tue, 28 May 2019 20:43:50 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 9B9DF17019 for ; Tue, 28 May 2019 20:43:50 +0100 (BST) Received: from localhost ([127.0.0.1]:41710 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVi0j-0004E2-AP for patchwork@mira.cbaines.net; Tue, 28 May 2019 15:43:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVhrI-00041p-IN for guix-patches@gnu.org; Tue, 28 May 2019 15:34:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVhrG-0004BQ-IF for guix-patches@gnu.org; Tue, 28 May 2019 15:34:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43649) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVhrF-0004AX-SZ for guix-patches@gnu.org; Tue, 28 May 2019 15:34:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVhrF-0004At-ND for guix-patches@gnu.org; Tue, 28 May 2019 15:34:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#35950] [PATCH 2/3] gnu: python-flask-restful: Update to 0.12.1. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 28 May 2019 19:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35950 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "h.nasajpour" Received: via spool by 35950-submit@debbugs.gnu.org id=B35950.155907198715950 (code B ref 35950); Tue, 28 May 2019 19:34:01 +0000 Received: (at 35950) by debbugs.gnu.org; 28 May 2019 19:33:07 +0000 Received: from localhost ([127.0.0.1]:57192 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVhqN-00049C-4d for submit@debbugs.gnu.org; Tue, 28 May 2019 15:33:07 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:38460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVhqL-000491-HY for 35950@debbugs.gnu.org; Tue, 28 May 2019 15:33:06 -0400 Received: from localhost (77.117.162.88.wireless.dyn.drei.com [77.117.162.88]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 5CC3B336065C; Tue, 28 May 2019 21:33:03 +0200 (CEST) Date: Tue, 28 May 2019 21:32:59 +0200 From: Danny Milosavljevic Message-ID: <20190528213259.7ceed1db@scratchpost.org> In-Reply-To: <20190528105722.3697-1-h.nasajpour@pantherx.org> References: <20190528105722.3697-1-h.nasajpour@pantherx.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 35950@debbugs.gnu.org Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches It doesn't actually build for me. I made the following changes, but it still doesn't build. Did it build for you? diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6518d841c8..adb18cc7d0 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2110,6 +2110,7 @@ pretty printer and a tree visitor.") (propagated-inputs `(("python-aniso8601" ,python-aniso8601) ("python-flask" ,python-flask) + ("python-jsonschema" ,python-jsonschema) ("python-pycrypto" ,python-pycrypto) ("python-pytz" ,python-pytz))) (native-inputs @@ -2117,7 +2118,9 @@ pretty printer and a tree visitor.") ("python-blinker" ,python-blinker) ("python-mock" ,python-mock) ; For tests ("python-nose" ,python-nose) ; For tests - ("python-sphinx" ,python-sphinx))) + ("python-pytest-sugar" ,python-pytest-sugar) ; For tests + ("python-sphinx" ,python-sphinx) + ("python-tzlocal" ,python-tzlocal))) ; For tests (home-page "https://www.github.com/flask-restful/flask-restful/") (synopsis