Revert "make sure submodule is added in the correct location"
This reverts commit e9f7d033ff
.
This commit is contained in:
parent
d3d37ad0ce
commit
86230b9ac8
3 changed files with 3 additions and 6 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue