From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: [PATCH 6/7] gnu: add comment pointing to python-requests-mock in openstack Date: Thu, 21 Apr 2016 21:19:53 +0200 Message-ID: <1461266395-2731-7-git-send-email-h.goebel@crazy-compilers.com> References: <1461266395-2731-1-git-send-email-h.goebel@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atK93-0003q8-5X for guix-devel@gnu.org; Thu, 21 Apr 2016 15:20:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atK92-0006Zf-6r for guix-devel@gnu.org; Thu, 21 Apr 2016 15:20:09 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:37801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atK92-0006ZB-0l for guix-devel@gnu.org; Thu, 21 Apr 2016 15:20:08 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3qrT934P3tz3hnKk for ; Thu, 21 Apr 2016 21:20:07 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3qrT934GvjzvkFZ for ; Thu, 21 Apr 2016 21:20:07 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id VJo6mIMLpFJw for ; Thu, 21 Apr 2016 21:20:06 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-141-229.dynamic.mnet-online.de [188.174.141.229]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Thu, 21 Apr 2016 21:20:06 +0200 (CEST) Received: from thisbe.goebel-consult.de (unknown [192.168.110.30]) by hermia.goebel-consult.de (Postfix) with ESMTP id 453C660798 for ; Thu, 21 Apr 2016 21:19:57 +0200 (CEST) In-Reply-To: <1461266395-2731-1-git-send-email-h.goebel@crazy-compilers.com> 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 I did expect this package to be defined in python.scm. * gnu/packages/python.scm (python-requests): comment added --- gnu/packages/python.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 43e0657..197f236 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2245,6 +2245,10 @@ than Python=E2=80=99s urllib2 library.") (define-public python2-requests (package-with-python2 python-requests)) =20 +;; +;; Note: python-requests-mock is defined in module gnu packages openstac= k +;; + (define-public python-vcversioner (package (name "python-vcversioner") --=20 2.7.4