[Pkg-privacy-commits] [obfsproxy] 227/353: Remove gmpy from the requirements of setup.py.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:02:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository obfsproxy.
commit 47776272e3d22271a5bab18088beefc78d5005c4
Author: George Kadianakis <desnacked at riseup.net>
Date: Mon Feb 3 23:58:17 2014 +0000
Remove gmpy from the requirements of setup.py.
---
ChangeLog | 5 +++++
setup.py | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index fcb0c64..599e4b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Changes in version 0.2.6 - ???
+ - Stop having 'gmpy' as a hard dependency by removing it from setup.py.
+ Now gmpy is only used if it was already installed on the system.
+
+
Changes in version 0.2.5 - 2014-02-03
- Use gmpy's modular exponentiation function since it's more efficient.
Fixes #10031 and adds gmpy as a dependency. Patch by Philipp Winter.
diff --git a/setup.py b/setup.py
index c7d8784..d2d241a 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,6 @@ setup(
'Twisted',
'argparse',
'pyptlib >= 0.0.5',
- 'gmpy',
'pyyaml'
],
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfsproxy.git
More information about the Pkg-privacy-commits
mailing list