[Pkg-privacy-commits] [onionbalance] 01/02: Remove unnecessary python3-future dependency

Donncha O'Cearbahill donncha-guest at moszumanska.debian.org
Thu Oct 8 21:31:56 UTC 2015


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

donncha-guest pushed a commit to branch master
in repository onionbalance.

commit c9f9612b23def09b79b1c2173cf7e9b44a32c3fa
Author: Donncha O'Cearbhaill <donncha at donncha.is>
Date:   Thu Oct 8 23:29:35 2015 +0200

    Remove unnecessary python3-future dependency
---
 debian/patches/remove-future-dependency | 34 +++++++++++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/remove-future-dependency b/debian/patches/remove-future-dependency
new file mode 100644
index 0000000..727eccd
--- /dev/null
+++ b/debian/patches/remove-future-dependency
@@ -0,0 +1,34 @@
+Description: Remove unneccesary python-future dependency
+ The python-future module backports Python 3 features to
+ Python 2 applications. OnionBalance does not need this
+ compatability fix as it is only packaged for Python 3.
+ .
+ onionbalance (0.1.2-1) UNRELEASED; urgency=medium
+ .
+   * Initial release (Closes: #799973).
+Author: Donncha O'Cearbhaill <donncha at donncha.is>
+Bug-Debian: http://bugs.debian.org/799973
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- onionbalance-0.1.2.orig/setup.py
++++ onionbalance-0.1.2/setup.py
+@@ -44,7 +44,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/*']},
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e948d0c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-future-dependency

-- 
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