[Python-modules-commits] [speechrecognition-python] 03/03: Wrap and sort
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 cb26046f55692364a442a9e5ef3ff1c5f196a514
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Sat Sep 2 23:19:55 2017 -0500
Wrap and sort
---
debian/control | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 17cd23e..cd0d714 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,7 @@ 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
+Recommends: flac, python-pocketsphinx, python-pyaudio
XB-Python-Version: ${python:Versions}
Description: Library for performing speech recognition (Python 2)
A library for performing speech recognition that
@@ -37,9 +35,7 @@ Description: Library for performing speech recognition (Python 2)
Package: python3-speechrecognition
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Recommends: python3-pocketsphinx,
- python3-pyaudio,
- flac
+Recommends: flac, python3-pocketsphinx, python3-pyaudio
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