[Python-modules-commits] [speechrecognition-python] 02/03: Add recommended packages
Ethan Ward
ethanward-guest at moszumanska.debian.org
Sun Sep 3 04:20:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository speechrecognition-python.
commit 67bf90ddec64d123d4ed23a486603831d945c8ff
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Sat Sep 2 23:19:32 2017 -0500
Add recommended packages
---
debian/control | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/control b/debian/control
index 38a293e..17cd23e 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,9 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/speechrecogn
Package: python-speechrecognition
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
+Recommends: python-pocketsphinx,
+ python-pyaudio,
+ flac
XB-Python-Version: ${python:Versions}
Description: Library for performing speech recognition (Python 2)
A library for performing speech recognition that
@@ -34,6 +37,9 @@ Description: Library for performing speech recognition (Python 2)
Package: python3-speechrecognition
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: python3-pocketsphinx,
+ python3-pyaudio,
+ flac
Description: Library for performing speech recognition (Python 3)
A library for performing speech recognition that
has support for several engines and APIs, online and offline. This includes:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/speechrecognition-python.git
More information about the Python-modules-commits
mailing list