File rm_versioneer.patch of Package python-gnupg
diff --git a/setup.py b/setup.py
index 8201d3c..e297769 100644
--- a/setup.py
+++ b/setup.py
@@ -123,7 +123,6 @@ or Linux, with Python 2.6, Python 2.7, Python 3.3, Python 3.4, or PyPy.
},
packages=['pretty_bad_protocol'],
package_data={'': ['README', 'LICENSE', 'TODO', 'requirements.txt']},
- scripts=['versioneer.py'],
test_suite='pretty_bad_protocol.test.test_gnupg',
install_requires=requires,