diff --git a/001-python-six.patch b/001-python-six.patch new file mode 100644 index 0000000..b99c8bc --- /dev/null +++ b/001-python-six.patch @@ -0,0 +1,12 @@ +diff --git a/setup.py b/setup.py +index 5525b5b..9ed3e52 100755 +--- a/setup.py ++++ b/setup.py +@@ -23,6 +23,7 @@ setup( + license = "GPLv2", + url = "https://github.com/Zyzyx/python-multilib.git", + packages = packages, ++ install_requires = ['six'], + package_data = {'': ['README.md', 'LICENSE']}, + data_files = [('/etc', ['etc/multilib.conf'])], + test_suite = "tests",