aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sshuttle/no-scm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sshuttle/no-scm.patch')
-rw-r--r--testing/sshuttle/no-scm.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/sshuttle/no-scm.patch b/testing/sshuttle/no-scm.patch
new file mode 100644
index 0000000000..33a317e40d
--- /dev/null
+++ b/testing/sshuttle/no-scm.patch
@@ -0,0 +1,18 @@
+diff --git a/setup.py b/setup.py
+index d5f3c7e..b90473d 100755
+--- a/setup.py
++++ b/setup.py
+@@ -28,12 +28,7 @@ def version_scheme(version):
+
+ setup(
+ name="sshuttle",
+- use_scm_version={
+- 'write_to': "sshuttle/version.py",
+- 'version_scheme': version_scheme,
+- },
+- setup_requires=['setuptools_scm'],
+- # version=version,
++ #version="",
+ url='https://github.com/sshuttle/sshuttle',
+ author='Brian May',
+ author_email='brian@linuxpenguins.xyz',