diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-01-15 10:40:20 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-01-15 10:41:16 +0100 |
commit | 02847152f7ad083e86d665a94739e1d0c539034c (patch) | |
tree | 9f107c321cd59fb685fc6edb75aa57f571b2c78b /testing/sshuttle/no-scm.patch | |
parent | 7f3138a546eaeca0cff20fba985eee9d345f0e44 (diff) | |
download | aports-02847152f7ad083e86d665a94739e1d0c539034c.tar.bz2 aports-02847152f7ad083e86d665a94739e1d0c539034c.tar.xz |
testing/sshuttle: new aport
Transparent proxy server using ssh
https://github.com/sshuttle/sshuttle
Diffstat (limited to 'testing/sshuttle/no-scm.patch')
-rw-r--r-- | testing/sshuttle/no-scm.patch | 18 |
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', |