Description: Remove the setuptools-pep8 requirement
 Upstream looks for debian package builds by checking for PYBUILD_NAME in the environment.
 We don't export that any more.
Author: Stefano Rivera <stefanor@debian.org>
Forwarded: https://github.com/timvideos/HDMI2USB-mode-switch/pull/44

--- a/setup.py
+++ b/setup.py
@@ -13,10 +13,7 @@
     raise SystemExit("You need Python 3.3+")
 
 
-if os.environ.get('PYBUILD_NAME'):
-    setup_requires = []
-else:
-    setup_requires = ['setuptools-pep8']
+setup_requires = []
 
 
 setup(
