Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (11456b758668d4f3b7f527ff52688463236d5ddc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (11456b758668d4f3b7f527ff52688463236d5ddc)
  • Date: Wed, 16 Nov 2016 14:01:33 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/mysql-python/DEPENDS | 3 ++-
python-pypi/mysql-python/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 11456b758668d4f3b7f527ff52688463236d5ddc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mysql-python: added missing ssl dependency

(cherry picked from commit 74867724a62ced6af694e53a55b719a791e11f26)

Conflicts:
python-pypi/mysql-python/HISTORY

diff --git a/python-pypi/mysql-python/DEPENDS
b/python-pypi/mysql-python/DEPENDS
index 3540867..e63e76d 100755
--- a/python-pypi/mysql-python/DEPENDS
+++ b/python-pypi/mysql-python/DEPENDS
@@ -1,3 +1,4 @@
depends python &&
depends MYSQL &&
-depends SETUPTOOLS
+depends SETUPTOOLS &&
+depends SSL
diff --git a/python-pypi/mysql-python/HISTORY
b/python-pypi/mysql-python/HISTORY
index 823964b..def99da 100644
--- a/python-pypi/mysql-python/HISTORY
+++ b/python-pypi/mysql-python/HISTORY
@@ -1,3 +1,6 @@
+2016-11-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing ssl dependency
+
2014-11-26 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.2.5; fixed source url
* PRE_BUILD: added, to apply the patch



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (11456b758668d4f3b7f527ff52688463236d5ddc), Vlad Glagolev, 11/16/2016

Archive powered by MHonArc 2.6.24.

Top of Page