[Reproducible-builds] [reproducible/diffoscope.git: PATCH 1/5] Add missing 'sys' import
Chris Lamb
lamby at debian.org
Thu Aug 20 20:05:14 UTC 2015
Signed-off-by: Chris Lamb <lamby at debian.org>
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index 7ffac88..c2eb5a5 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,6 @@
#!/usr/bin/env python2
+import sys
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand
import diffoscope
--
2.5.0
More information about the Reproducible-builds
mailing list