[PATCH 1 of 5 remotefilelog-ext debs] setup: properly list lz4 as an install_requires

Augie Fackler raf at durin42.com
Thu Sep 10 15:34:19 UTC 2015


# HG changeset patch
# User Augie Fackler <augie at google.com>
# Date 1441897263 14400
#      Thu Sep 10 11:01:03 2015 -0400
# Node ID cec987fe3dbad051345178441a26a6a24374f3e2
# Parent  347de370804798640fcabd5b17f56aaa7b3ec65b
setup: properly list lz4 as an install_requires

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -14,5 +14,6 @@ This extension adds support for remote f
     keywords='hg shallow mercurial remote filelog',
     license='Not determined yet',
     packages=['remotefilelog'],
+    install_requires=['lz4'],
     ext_modules = []
 )


More information about the Mercurial-devel mailing list