diff options
author | karenyyng <karen.yyng@gmail.com> | 2015-10-03 13:04:37 -0700 |
---|---|---|
committer | karenyyng <karen.yyng@gmail.com> | 2015-10-03 13:04:37 -0700 |
commit | 1501786fd9be0a01abe7f6bb917e416fb3256aa6 (patch) | |
tree | 53165d09f590a09f0832f143bc7d42396a288a3b | |
parent | c6cd8ae243c07fa80d54207c334883585eca0d97 (diff) | |
download | spack-1501786fd9be0a01abe7f6bb917e416fb3256aa6.tar.gz spack-1501786fd9be0a01abe7f6bb917e416fb3256aa6.tar.bz2 spack-1501786fd9be0a01abe7f6bb917e416fb3256aa6.tar.xz spack-1501786fd9be0a01abe7f6bb917e416fb3256aa6.zip |
adding python_recipe_parser as a submodule under the folder utils
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | utils/python_recipe_parser | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..a097fcd8cf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "utils/python_recipe_parser"] + path = utils/python_recipe_parser + url = https://github.com/karenyyng/spack_python_package_parser diff --git a/utils/python_recipe_parser b/utils/python_recipe_parser new file mode 160000 +Subproject 3158074a2d74f99aa72289dfcf093b1b0ba4474 |