File hide_py_pckgmgmt.patch of Package python-docker-py
diff --git a/setup.py b/setup.py
index 4538d91..25d519f 100644
--- a/setup.py
+++ b/setup.py
@@ -26,8 +26,10 @@ extras_require = {
version = None
exec(open('docker/version.py').read())
-with open('./test-requirements.txt') as test_reqs_txt:
- test_requirements = [line for line in test_reqs_txt]
+# with open('./test-requirements.txt') as test_reqs_txt:
+# test_requirements = [line for line in test_reqs_txt]
+requirements = []
+test_requirements = []
long_description = ''