From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [PATCH] gnu: python-iso8601: Add python-pytest. Date: Thu, 12 Jan 2017 16:09:17 +0100 Message-ID: <20170112150917.4444-1-dannym@scratchpost.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRh0N-0006Xv-CD for guix-devel@gnu.org; Thu, 12 Jan 2017 10:09:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRh0H-0000gD-RY for guix-devel@gnu.org; Thu, 12 Jan 2017 10:09:30 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:39796) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cRh0H-0000ek-KL for guix-devel@gnu.org; Thu, 12 Jan 2017 10:09:25 -0500 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: guix-devel@gnu.org * gnu/packages/python.scm (python-iso8601)[native-inputs}: Add python-pytest. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4dc284d03..da15e1b11 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6339,6 +6339,8 @@ and MAC network addresses.") (base32 "0c7gh3lsdjds262h0v1sqc66l7hqgfwbakn96qrhdbl0i3vm5yz8")))) (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest))) (home-page "https://bitbucket.org/micktwomey/pyiso8601") (synopsis "Module to parse ISO 8601 dates") (description