summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/dbow2/package.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2022-07-30 15:19:18 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2022-07-31 13:29:20 -0700
commitf52f6e99dbf1131886a80112b8c79dfc414afb7c (patch)
tree05cb7d64b2395922f2f24683da49f472075be12c /var/spack/repos/builtin/packages/dbow2/package.py
parent549ba1ed32372c67fc57271cde3797d58b7dec6e (diff)
downloadspack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.gz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.bz2
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.xz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.zip
black: reformat entire repository with black
Diffstat (limited to 'var/spack/repos/builtin/packages/dbow2/package.py')
-rw-r--r--var/spack/repos/builtin/packages/dbow2/package.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/dbow2/package.py b/var/spack/repos/builtin/packages/dbow2/package.py
index d1c5733761..90c3f9f1c1 100644
--- a/var/spack/repos/builtin/packages/dbow2/package.py
+++ b/var/spack/repos/builtin/packages/dbow2/package.py
@@ -13,16 +13,16 @@ class Dbow2(CMakePackage):
representation."""
homepage = "https://github.com/dorian3d/DBoW2"
- git = "https://github.com/dorian3d/DBoW2.git"
+ git = "https://github.com/dorian3d/DBoW2.git"
- version('master', branch='master')
- version('shinsumicco', git='https://github.com/shinsumicco/DBoW2.git', branch='master')
+ version("master", branch="master")
+ version("shinsumicco", git="https://github.com/shinsumicco/DBoW2.git", branch="master")
- depends_on('cmake@3.0:', type='build')
+ depends_on("cmake@3.0:", type="build")
# TODO: replace this with an explicit list of components of Boost,
# for instance depends_on('boost +filesystem')
# See https://github.com/spack/spack/pull/22303 for reference
depends_on(Boost.with_default_variants)
- depends_on('opencv+calib3d+features2d+highgui+imgproc')
- depends_on('dlib')
- depends_on('eigen', type='link')
+ depends_on("opencv+calib3d+features2d+highgui+imgproc")
+ depends_on("dlib")
+ depends_on("eigen", type="link")