summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-questionary/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-questionary/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-questionary/package.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/py-questionary/package.py b/var/spack/repos/builtin/packages/py-questionary/package.py
index dd0dd6c41b..d18c43052c 100644
--- a/var/spack/repos/builtin/packages/py-questionary/package.py
+++ b/var/spack/repos/builtin/packages/py-questionary/package.py
@@ -11,10 +11,10 @@ class PyQuestionary(PythonPackage):
command line interfaces."""
homepage = "https://github.com/tmbo/questionary"
- pypi = "questionary/questionary-1.9.0.tar.gz"
+ pypi = "questionary/questionary-1.9.0.tar.gz"
- version('1.9.0', sha256='a050fdbb81406cddca679a6f492c6272da90cb09988963817828f697cf091c55')
+ version("1.9.0", sha256="a050fdbb81406cddca679a6f492c6272da90cb09988963817828f697cf091c55")
- depends_on('python@3.6:3.9', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
- depends_on('py-prompt-toolkit@2.0:3', type=('build', 'run'))
+ depends_on("python@3.6:3.9", type=("build", "run"))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-prompt-toolkit@2.0:3", type=("build", "run"))