summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-rosinstall-generator/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-rosinstall-generator/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-rosinstall-generator/package.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/py-rosinstall-generator/package.py b/var/spack/repos/builtin/packages/py-rosinstall-generator/package.py
index 9b0111d7c9..bfd512cd0f 100644
--- a/var/spack/repos/builtin/packages/py-rosinstall-generator/package.py
+++ b/var/spack/repos/builtin/packages/py-rosinstall-generator/package.py
@@ -13,10 +13,10 @@ class PyRosinstallGenerator(PythonPackage):
homepage = "https://wiki.ros.org/rosinstall_generator"
pypi = "rosinstall-generator/rosinstall_generator-0.1.22.tar.gz"
- version('0.1.22', sha256='22d22599cd3f08a1f77fb2b1d9464cc8062ede50752a75564d459fcf5447b8c5')
+ version("0.1.22", sha256="22d22599cd3f08a1f77fb2b1d9464cc8062ede50752a75564d459fcf5447b8c5")
- depends_on('py-catkin-pkg@0.1.28:', type=('build', 'run'))
- depends_on('py-rosdistro@0.7.3:', type=('build', 'run'))
- depends_on('py-rospkg', type=('build', 'run'))
- depends_on('py-pyyaml', type=('build', 'run'))
- depends_on('py-setuptools', type=('build', 'run'))
+ depends_on("py-catkin-pkg@0.1.28:", type=("build", "run"))
+ depends_on("py-rosdistro@0.7.3:", type=("build", "run"))
+ depends_on("py-rospkg", type=("build", "run"))
+ depends_on("py-pyyaml", type=("build", "run"))
+ depends_on("py-setuptools", type=("build", "run"))