make sure submodule is added in the correct location
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
|||||||
[submodule "/lib/spack/spack/util/python_recipe_parser"]
|
[submodule "lib/spack/spack/util/python_recipe_parser"]
|
||||||
path = /lib/spack/spack/util/python_recipe_parser
|
path = lib/spack/spack/util/python_recipe_parser
|
||||||
url = https://github.com/karenyyng/spack_python_package_parser
|
url = git@github.com:karenyyng/spack_python_package_parser.git
|
||||||
|
1
lib/spack/spack/util/python_recipe_parser
Submodule
1
lib/spack/spack/util/python_recipe_parser
Submodule
Submodule lib/spack/spack/util/python_recipe_parser added at 6777dd98e7
@@ -7,6 +7,7 @@ class PyAstropy(Package):
|
|||||||
url="https://pypi.python.org/packages/source/a/astropy/astropy-0.4.2.tar.gz")
|
url="https://pypi.python.org/packages/source/a/astropy/astropy-0.4.2.tar.gz")
|
||||||
|
|
||||||
extends("python")
|
extends("python")
|
||||||
|
depends_on("py-numpy")
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
python("setup.py", "install", "--prefix=%s" % prefix)
|
python("setup.py", "install", "--prefix=%s" % prefix)
|
||||||
|
@@ -11,6 +11,8 @@ class PyJsonschema(Package):
|
|||||||
|
|
||||||
extends("python")
|
extends("python")
|
||||||
depends_on("py-setuptools@18.1")
|
depends_on("py-setuptools@18.1")
|
||||||
|
depends_on("py-vcversioner")
|
||||||
|
depends_on("py-functools32")
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
python('setup.py', 'install', '--prefix=%s' % prefix)
|
python('setup.py', 'install', '--prefix=%s' % prefix)
|
||||||
|
Reference in New Issue
Block a user