[Pkg-privacy-commits] [onionbalance] 93/117: Remove future 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 0f7e9ba5b6f6665debe945da7732a7f2c783481b
Author: Donncha O'Cearbhaill <donncha at donncha.is>
Date: Tue Oct 6 16:20:23 2015 +0200
Remove future dependency
The future package is not currently needed for dual Python2 and
Python3 compatability in OnionBalance. Removing it as a dependancy.
---
setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
index 15d14a8..d2950a5 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,6 @@ setup(
'stem>=1.4.0-dev',
'PyYAML>=3.11',
'pycrypto>=2.6.1',
- 'future>=0.14.0',
],
tests_require=['tox', 'pytest-mock', 'pytest', 'mock', 'pexpect'],
package_data={'onionbalance': ['data/*']},
--
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