summaryrefslogtreecommitdiff
path: root/dev-vcs/mercurial/files/mercurial-4.8.1-unbundle_zstd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/mercurial/files/mercurial-4.8.1-unbundle_zstd.patch')
-rw-r--r--dev-vcs/mercurial/files/mercurial-4.8.1-unbundle_zstd.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-vcs/mercurial/files/mercurial-4.8.1-unbundle_zstd.patch b/dev-vcs/mercurial/files/mercurial-4.8.1-unbundle_zstd.patch
deleted file mode 100644
index 075645b28457..000000000000
--- a/dev-vcs/mercurial/files/mercurial-4.8.1-unbundle_zstd.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- mercurial-4.8.1/setup.py
-+++ mercurial-4.8.1/setup.py
-@@ -983,12 +983,6 @@
- ['hgext/fsmonitor/pywatchman/bser.c']),
- ]
-
--sys.path.insert(0, 'contrib/python-zstandard')
--import setup_zstd
--extmodules.append(setup_zstd.get_c_extension(
-- name='mercurial.zstd',
-- root=os.path.abspath(os.path.dirname(__file__))))
--
- try:
- from distutils import cygwinccompiler
-