From mboxrd@z Thu Jan 1 00:00:00 1970 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 Subject: [bug#35950] [PATCH 2/3] gnu: python-flask-restful: Update to 0.12.1. Resent-Message-ID: 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> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/FW=wpYhfLJfjGxFfz6alJam"; protocol="application/pgp-signature" 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: "h.nasajpour" Cc: 35950@debbugs.gnu.org --Sig_/FW=wpYhfLJfjGxFfz6alJam Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable 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 --Sig_/FW=wpYhfLJfjGxFfz6alJam Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlztjOsACgkQ5xo1VCww uqVKEQf/f5TqWcIrCEzelyNtiuZiOllSbBI8kgXp/WoV0o6wQ4+MAP85m6YqsUuG b4vRKt8J3iyeEJWvtmOt48sg7qILvlqiIbmpB1We+GSBZcVPmtSpyGRmrgBFa2rq 5gQEmWJ5bL27qA8qQzhMHaYP8hwxjZwgLxCyCN9rneKRqaiImnz9tAMZWu6zu5Pp 5Z8To3z9dfCCC+caYGIZyhiVCxg35YEpe6UJWpb+CbWIvZa6R1Lnv1bQH465QlB+ OU542QmegvU4rQgFuYKlE5DcpRWm14uV/Ux8tT9I2BSECjix4M7JW+mJr7xjcrsr 8sYfPhq2RNqnEb39t2dKgejL78+fxA== =agUC -----END PGP SIGNATURE----- --Sig_/FW=wpYhfLJfjGxFfz6alJam--