Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f1e54b375ada0631c97efe13c667a93da5075558)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f1e54b375ada0631c97efe13c667a93da5075558)
  • Date: Sun, 25 May 2014 09:51:48 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

python-pypi/attic/DEPENDS | 6 +++---
python-pypi/attic/HISTORY | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit f1e54b375ada0631c97efe13c667a93da5075558
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/attic: depend on pyopenssl

diff --git a/python-pypi/attic/DEPENDS b/python-pypi/attic/DEPENDS
index 1689f00..9f41721 100755
--- a/python-pypi/attic/DEPENDS
+++ b/python-pypi/attic/DEPENDS
@@ -1,7 +1,7 @@
-depends python3 &&
+depends python3 &&
depends msgpack-python &&
-depends openssl &&
-depends cython &&
+depends pyopenssl &&
+depends cython &&
optional_depends python-llfuse \
"" \
"" \
diff --git a/python-pypi/attic/HISTORY b/python-pypi/attic/HISTORY
index 09bf331..f8b5f92 100644
--- a/python-pypi/attic/HISTORY
+++ b/python-pypi/attic/HISTORY
@@ -1,3 +1,4 @@
2014-05-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created
+ * DEPENDS: depend on pyopenssl instead of openssl




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f1e54b375ada0631c97efe13c667a93da5075558), Florian Franzmann, 05/25/2014

Archive powered by MHonArc 2.6.24.

Top of Page