[Pkg-privacy-commits] [obfsproxy] 158/353: Add dependencies to setup.py.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:01:54 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 05c9c60a58b481b5128e82b23ac048fe1d6a25cb
Author: George Kadianakis <desnacked at riseup.net>
Date: Mon Apr 15 20:28:54 2013 +0300
Add dependencies to setup.py.
It seems that pip is getting some security properties lately, so I
guess it's a good time to add dependency fetching to our setup file.
---
ChangeLog | 1 +
setup.py | 10 +++++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index a3c32db..eb94d08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ Changes in version 0.2.2 - ??
- Fix a bug where the CLI compatibility patch that was introduced
in 0.2.1 was placed in the wrong place, making it useless when
obfsproxy gets installed. Patch by Lunar.
+ - Add dependencies to the setup script.
Changes in version 0.2.1 - 2013-04-08
diff --git a/setup.py b/setup.py
index fdbe841..5dcd4b8 100644
--- a/setup.py
+++ b/setup.py
@@ -27,5 +27,13 @@ setup(
'console_scripts': [
'obfsproxy = obfsproxy.pyobfsproxy:run'
]
- }
+ },
+
+ install_requires = [
+ 'setuptools',
+ 'PyCrypto',
+ 'Twisted',
+ 'argparse',
+ 'pyptlib'
+ ],
)
--
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