From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [PATCH 7/8] gnu: python-oslosphinx: Add python-reno. Date: Tue, 17 Jan 2017 23:25:47 +0100 Message-ID: <20170117222548.13995-8-dannym@scratchpost.org> References: <20170117222548.13995-1-dannym@scratchpost.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTcCl-00052Y-Np for guix-devel@gnu.org; Tue, 17 Jan 2017 17:26:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTcCk-0003Qf-Uh for guix-devel@gnu.org; Tue, 17 Jan 2017 17:26:15 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:33340) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cTcCk-0003Pf-O2 for guix-devel@gnu.org; Tue, 17 Jan 2017 17:26:14 -0500 In-Reply-To: <20170117222548.13995-1-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: guix-devel@gnu.org * gnu/packages/openstack.scm (python-oslosphinx)[native-inputs]: Add python-reno. --- gnu/packages/openstack.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 338d35d13..966146de8 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -593,7 +593,8 @@ in transmittable and storable formats, such as JSON and MessagePack.") `(("python-pbr" ,python-pbr) ("python-docutils" ,python-docutils) ("python-hacking" ,python-hacking) - ("python-sphinx" ,python-sphinx))) + ("python-sphinx" ,python-sphinx) + ("python-reno" ,python-reno))) (home-page "http://www.openstack.org/") (synopsis "OpenStack sphinx extensions and theme") (description