[Pkg-privacy-commits] [onionbalance] 94/117: Add setuptools dependency

Donncha O'Cearbahill donncha-guest at moszumanska.debian.org
Wed Dec 16 23:18:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

donncha-guest pushed a commit to branch debian/sid
in repository onionbalance.

commit d42999da21318f3a4b55db80514dca5b53348ad3
Author: Donncha O'Cearbhaill <donncha at donncha.is>
Date:   Wed Oct 7 14:06:07 2015 +0200

    Add setuptools dependency
    
    Setup tools dependency is needed to provide the pkg_resources
    package.
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index d2950a5..6e8de39 100644
--- a/setup.py
+++ b/setup.py
@@ -40,6 +40,7 @@ setup(
     license=module_info.get('__license__'),
     keywords='tor',
     install_requires=[
+        'setuptools',
         'stem>=1.4.0-dev',
         'PyYAML>=3.11',
         'pycrypto>=2.6.1',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionbalance.git



More information about the Pkg-privacy-commits mailing list