summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-05-09 09:20:29 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-05-09 09:20:29 +0100
commitab4661f6fd8e1f0abe7602b2334c52de176f6951 (patch)
treebe188b0347bee38f2b79cd6faa74a726edb4275b
parent396cadefda1383aee0e8f17d4ce64d53b3f0f70f (diff)
downloaddeluge-ab4661f6fd8e1f0abe7602b2334c52de176f6951.tar.gz
deluge-ab4661f6fd8e1f0abe7602b2334c52de176f6951.tar.bz2
deluge-ab4661f6fd8e1f0abe7602b2334c52de176f6951.zip
[Packaging] Remove distro from setuptool requirements
The distro package is only available for Ubuntu 18.04 onwards so don't require it as it will runtime error about missing module.
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 17e203bda..9ff305ef4 100755
--- a/setup.py
+++ b/setup.py
@@ -551,7 +551,6 @@ install_requires = [
"py2-ipaddress; sys_platform == 'win32' and python_version == '2'",
"certifi; sys_platform == 'win32'",
'zope.interface',
- "distro; 'win' not in sys_platform",
]
tests_require = ['pytest', 'pytest-twisted']