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: Sun, 17 Apr 2016 22:50:56 +0200 Message-ID: <1460926257-25147-7-git-send-email-h.goebel@crazy-compilers.com> References: <1460926257-25147-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]:49519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1artgA-00022u-2U for guix-devel@gnu.org; Sun, 17 Apr 2016 16:55:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1artew-0002OT-65 for guix-devel@gnu.org; Sun, 17 Apr 2016 16:52:25 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:37539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1artev-0002Nw-UZ for guix-devel@gnu.org; Sun, 17 Apr 2016 16:51:10 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3qp3Mx2hmgz3hmY0 for ; Sun, 17 Apr 2016 22:51:09 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3qp3Mx2WPbzvdWJ for ; Sun, 17 Apr 2016 22:51:09 +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 U1Ha0LEPjQ4V for ; Sun, 17 Apr 2016 22:51:08 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-144-124.dynamic.mnet-online.de [188.174.144.124]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sun, 17 Apr 2016 22:51:08 +0200 (CEST) Received: from thisbe.goebel-consult.de (unknown [192.168.110.30]) by hermia.goebel-consult.de (Postfix) with ESMTP id 433B66098A for ; Sun, 17 Apr 2016 22:50:59 +0200 (CEST) In-Reply-To: <1460926257-25147-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