From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [PATCH v2 5/6] gnu: python-mox3: Remove python-oslosphinx dependency (since the tests don't run anyway). Date: Wed, 18 Jan 2017 08:53:04 +0100 Message-ID: <20170118075305.29573-6-dannym@scratchpost.org> References: <8737gxxza3.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <20170118075305.29573-1-dannym@scratchpost.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTl46-0001KV-Q2 for guix-devel@gnu.org; Wed, 18 Jan 2017 02:53:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTl41-0007Ss-Q7 for guix-devel@gnu.org; Wed, 18 Jan 2017 02:53:54 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:59519) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cTl41-0007Qh-JO for guix-devel@gnu.org; Wed, 18 Jan 2017 02:53:49 -0500 In-Reply-To: <20170118075305.29573-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/python.scm (python-mox3)[native-inputs]: Remove python-oslosphinx. --- gnu/packages/openstack.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 0e50236af..277a443b0 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -153,11 +153,11 @@ guidelines}.") "0njmh40i1lg5mzn9hc2ax83adj6dli455j6xifilrw27c4wlkjzx")))) (build-system python-build-system) (arguments - ;; TODO: Requires newer version of testtools (>=1.4.0). + ;; TODO: Resolve dependency cycle and re-enable. '(#:tests? #f)) (native-inputs `(("python-fixtures" ,python-fixtures) - ("python-oslosphinx" ,python-oslosphinx) + ;("python-oslosphinx" ,python-oslosphinx) ("python-pbr" ,python-pbr) ("python-sphinx" ,python-sphinx) ("python-testtools" ,python-testtools)))