This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6bbbd7339e gnu: opencv: Mention it includes the Python bindings.
6bbbd7339e is described below

commit 6bbbd7339ec33bf97ab5f36ed6faaaadd0063f61
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Mar 23 22:46:40 2023 -0400

    gnu: opencv: Mention it includes the Python bindings.
    
    * gnu/packages/image-processing.scm (opencv)
    [description]: Mention the Python bindings are included in this package.
---
 gnu/packages/image-processing.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 41ee0a8824..a0227c920c 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -690,7 +690,10 @@ things like:
 @item structure from motion
 @item augmented reality
 @item machine learning
-@end itemize\n")
+@end itemize\n
+
+This package includes the Python bindings for OpenCV, which are also known as
+the OpenCV-Python library.")
     (home-page "https://opencv.org/";)
     (license license:bsd-3)))
 

Reply via email to