diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-06-18 17:42:08 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-06-18 18:29:14 +0200 |
commit | 3752f6bbf46def9d267f353e8ee56b8a885c29b9 (patch) | |
tree | 7c0e7b964d39e64b5d72c4872e480ec15ff39b0c /media-gfx | |
parent | media-gfx/darktable-3.0.2*: remove automagic dependency on jsonschema (diff) | |
download | gentoo-3752f6bbf46def9d267f353e8ee56b8a885c29b9.tar.gz gentoo-3752f6bbf46def9d267f353e8ee56b8a885c29b9.tar.bz2 gentoo-3752f6bbf46def9d267f353e8ee56b8a885c29b9.zip |
media-gfx/darktable-9999: add dev-python/jsonschema to BDEPEND
In case of VCS snapshots it may make sense to have the noise-profile file
validated, even though this really should be done in the test phase.
Require 3.2.0+ because there may or may not have been problems with older
versions currently in the tree (see the referenced bug), and no
PYTHON_USEDEP and so on because we use this as an executable.
Closes: https://bugs.gentoo.org/696996
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/darktable/darktable-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/darktable/darktable-9999.ebuild b/media-gfx/darktable/darktable-9999.ebuild index 5fd513ae695c..51c861a79a3a 100644 --- a/media-gfx/darktable/darktable-9999.ebuild +++ b/media-gfx/darktable/darktable-9999.ebuild @@ -19,7 +19,7 @@ IUSE="colord cups cpu_flags_x86_sse3 doc flickr geolocation gnome-keyring gphoto lto nls opencl openmp openexr pax_kernel webp ${LANGS// / l10n_}" -BDEPEND=" +BDEPEND=">=dev-python/jsonschema-3.2.0 dev-util/intltool virtual/pkgconfig nls? ( sys-devel/gettext ) |