[Python-modules-commits] [gtts] 04/07: Add dependencies
Ethan Ward
ethanward-guest at moszumanska.debian.org
Tue Jul 25 17:07:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository gtts.
commit 99e40bded773436bae455ba5725046aedc242439
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Tue Jul 25 12:00:26 2017 -0500
Add dependencies
---
debian/control | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 0b0cec5..e73650f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,15 @@ Uploaders: Mycroft Devs <devops at mycroft.ai>
Build-Depends: debhelper (>= 10),
dh-python,
python-all,
- python3-all,
- python-setuptools,
python-gtts-token,
+ python-requests,
+ python-setuptools,
+ python-six,
+ python3-all,
python3-gtts-token,
- python3-setuptools
+ python3-requests,
+ python3-setuptools,
+ python3-six
Standards-Version: 4.0.0
Package: python-gtts
@@ -21,7 +25,7 @@ Description: Create an mp3 file from spoken text via the Google TTS (Text-to-Spe
This package contains the module for Python 2.x. A python
interface for Google's Text to Speech API. Create an mp3
file with the gTTS module. It allows unlimited lengths
- to be spoken by tokenizing long sentences where the
+ to be spoken by tokenizing long sentences where the
speech would naturally pause.
Package: python3-gtts
@@ -31,5 +35,5 @@ Description: Create an mp3 file from spoken text via the Google TTS (Text-to-Spe
This package contains the module for Python 3.x. A python
interface for Google's Text to Speech API. Create an mp3
file with the gTTS module. It allows unlimited lengths
- to be spoken by tokenizing long sentences where the
+ to be spoken by tokenizing long sentences where the
speech would naturally pause.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/gtts.git
More information about the Python-modules-commits
mailing list