From 86230b9ac8ed42f3f3b309a0a8a77483978a306c Mon Sep 17 00:00:00 2001
From: Gregory Becker <becker33@llnl.gov>
Date: Fri, 8 Jan 2016 15:01:46 -0800
Subject: [PATCH] Revert "make sure submodule is added in the correct location"

This reverts commit e9f7d033ff04138905c99cb427e2071cc55cdc16.
---
 .gitmodules                                 | 6 +++---
 var/spack/packages/py-astropy/package.py    | 1 -
 var/spack/packages/py-jsonschema/package.py | 2 --
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index d5995e8e4b..1d770f415b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
-[submodule "lib/spack/spack/util/python_recipe_parser"]
-	path = lib/spack/spack/util/python_recipe_parser
-	url = git@github.com:karenyyng/spack_python_package_parser.git
+[submodule "/lib/spack/spack/util/python_recipe_parser"]
+	path = /lib/spack/spack/util/python_recipe_parser
+	url = https://github.com/karenyyng/spack_python_package_parser
diff --git a/var/spack/packages/py-astropy/package.py b/var/spack/packages/py-astropy/package.py
index 9fda37519e..5d2d0619cc 100644
--- a/var/spack/packages/py-astropy/package.py
+++ b/var/spack/packages/py-astropy/package.py
@@ -7,7 +7,6 @@ class PyAstropy(Package):
             url="https://pypi.python.org/packages/source/a/astropy/astropy-0.4.2.tar.gz")
 
     extends("python")
-    depends_on("py-numpy")
 
     def install(self, spec, prefix):
         python("setup.py", "install", "--prefix=%s" % prefix)
diff --git a/var/spack/packages/py-jsonschema/package.py b/var/spack/packages/py-jsonschema/package.py
index fa233635ce..9a7fc21862 100644
--- a/var/spack/packages/py-jsonschema/package.py
+++ b/var/spack/packages/py-jsonschema/package.py
@@ -11,8 +11,6 @@ class PyJsonschema(Package):
 
     extends("python")
     depends_on("py-setuptools@18.1")
-    depends_on("py-vcversioner")
-    depends_on("py-functools32")
 
     def install(self, spec, prefix):
         python('setup.py', 'install', '--prefix=%s' % prefix)
-- 
GitLab