From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH 6/6] gnu: Provide pytest to python-sqlalchemy-utils. Date: Sat, 05 Nov 2016 15:58:16 +0000 Message-ID: <87r36p6hrb.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <20161105112706.12089-1-dannym@scratchpost.org> <20161105112706.12089-7-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c33N6-0004uZ-9G for guix-devel@gnu.org; Sat, 05 Nov 2016 11:59:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c33MK-0003lM-I0 for guix-devel@gnu.org; Sat, 05 Nov 2016 11:59:08 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:53213) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c33MK-0003kH-8l for guix-devel@gnu.org; Sat, 05 Nov 2016 11:58:20 -0400 In-Reply-To: <20161105112706.12089-7-dannym@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic , guix-devel@gnu.org --=-=-= Content-Type: text/plain Danny Milosavljevic writes: > * gnu/packages/python.scm (python-sqlalchemy-utils)[arguments]: Add pytest. This is not [arguments], but [native-inputs]. That applies to the previous patch as well! > --- > gnu/packages/python.scm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 2d984bb..86a6eea 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -3979,6 +3979,8 @@ automatically for you if you install this library.") > (propagated-inputs > `(("python-six" ,python-six) > ("python-sqlalchemy" ,python-sqlalchemy))) > + (native-inputs > + `(("python-pytest" ,python-pytest))) > (home-page "https://github.com/kvesteri/sqlalchemy-utils") > (synopsis "Various utility functions for SQLAlchemy") > (description Why is this needed now, if it was working before? LGTM anyway. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCgAGBQJYHgGZAAoJEKKgbfKjOlT6GgQH/0K4jIouzy1QF7NYnVCXGw5w QA6IBVgtsxba6KY27w6RWDtBiiWzHlAvYjiuVZ8BO55hrnSWkgsW5wMjTDAt/FJT +qsSjljsY4Yac6qAFBjBjc26fPnoo0lUGzsbZKyEZqB905shXuy0InptTmgtRLXT 04JOD3Ut59wSV9ckTh+nRNj4ys6PB2rnt9dW7cyMi9s63TMmRgQEXr9ftR1JAzV1 pJQpbF91O7m2fOuuS1J9+Q8WtWsGspRPuVHT+jpxPewf1n1dlP/0yzcxUPWtdt4k KRSPXaChKXZzx6tx8wdpg4MnCFNA1XwtwS9wRP+jH4Y5GSohYGdlOIlgQs0W/EA= =gvtf -----END PGP SIGNATURE----- --=-=-=--