diff options
author | Thomas Moschny <thm@fedoraproject.org> | 2015-03-08 15:02:58 +0100 |
---|---|---|
committer | Thomas Moschny <thm@fedoraproject.org> | 2015-03-08 15:09:30 +0100 |
commit | 336e7cc0e7d6dcaa4df2f5b98bce29e5c0a006c6 (patch) | |
tree | ce140eae07ec5828e01133b504dbfec245313735 /python-execnet-remove-hgdistver-dep.patch | |
parent | fb16c7f8eb155b89f0df22fe138b724a269d7954 (diff) | |
download | python-execnet-336e7cc0e7d6dcaa4df2f5b98bce29e5c0a006c6.tar.gz python-execnet-336e7cc0e7d6dcaa4df2f5b98bce29e5c0a006c6.tar.xz python-execnet-336e7cc0e7d6dcaa4df2f5b98bce29e5c0a006c6.zip |
Update to 1.3.0.
- Drop obsolete patches.
Diffstat (limited to 'python-execnet-remove-hgdistver-dep.patch')
-rw-r--r-- | python-execnet-remove-hgdistver-dep.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python-execnet-remove-hgdistver-dep.patch b/python-execnet-remove-hgdistver-dep.patch new file mode 100644 index 0000000..465d3cb --- /dev/null +++ b/python-execnet-remove-hgdistver-dep.patch @@ -0,0 +1,12 @@ +diff -up execnet-1.3.0/setup.py.orig execnet-1.3.0/setup.py +--- execnet-1.3.0/setup.py.orig 2015-03-08 12:38:03.021618008 +0100 ++++ execnet-1.3.0/setup.py 2015-03-08 12:45:21.326035058 +0100 +@@ -63,7 +63,7 @@ def main(): + setup_requires=[ + # this is a setup/release time dependency + # we are supposed to use wheels +- 'hgdistver', ++ #'hgdistver', + ] + ) + |