summarylogtreecommitdiffstats
path: root/magic-wormhole-git.patch
diff options
context:
space:
mode:
authorStorm Dragon2019-03-30 11:49:17 -0400
committerStorm Dragon2019-03-30 11:49:17 -0400
commitacd6b7cd97260734c8fc062d330c980ed87f746e (patch)
treec14eaf5e7385ea1ba5295ef815dbd217fc747bf0 /magic-wormhole-git.patch
parent60bbf4bb6984668a9ac0ac92653844dab562bbd2 (diff)
downloadaur-acd6b7cd97260734c8fc062d330c980ed87f746e.tar.gz
Temp patch to fix dilation issues.
Diffstat (limited to 'magic-wormhole-git.patch')
-rw-r--r--magic-wormhole-git.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/magic-wormhole-git.patch b/magic-wormhole-git.patch
new file mode 100644
index 000000000000..8716255bad4b
--- /dev/null
+++ b/magic-wormhole-git.patch
@@ -0,0 +1,12 @@
+diff --git a/setup.py b/setup.py
+index 51b97c3..c64074a 100644
+--- a/setup.py
++++ b/setup.py
+@@ -27,6 +27,7 @@ setup(name="magic-wormhole",
+
+ package_dir={"": "src"},
+ packages=["wormhole",
++ "wormhole._dilation",
+ "wormhole.cli",
+ "wormhole.test",
+ ],