From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWmsm-0002eA-03 for guix-patches@gnu.org; Fri, 31 May 2019 15:08:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hWmsk-000859-Ts for guix-patches@gnu.org; Fri, 31 May 2019 15:08:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50921) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hWmsk-00084o-N5 for guix-patches@gnu.org; Fri, 31 May 2019 15:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hWmsk-0008S3-GW for guix-patches@gnu.org; Fri, 31 May 2019 15:08:02 -0400 Subject: [bug#35950] [PATCH 2/3] gnu: python-flask-restful: Update to 0.12.1. Resent-Message-ID: Mime-Version: 1.0 Message-Id: In-Reply-To: <20190528213259.7ceed1db@scratchpost.org> References: <20190528105722.3697-1-h.nasajpour@pantherx.org> <20190528213259.7ceed1db@scratchpost.org> Date: Fri, 31 May 2019 23:37:44 +0430 From: "Hamzeh Nasajpour" 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: Danny Milosavljevic Cc: 35950@debbugs.gnu.org Yes, it built for me. On Wed, May 29, 2019, at 12:03 AM, Danny Milosavljevic wrote: > 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 >