From f3f3573280a1ce8e5b5485dc0c64e3b61effd7a6 Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Wed, 5 Aug 2020 01:16:41 -0700 Subject: [PATCH] Remove sonic-config-engine dependency from setup.py (#109) Currently, we are building both Python 2 and Python 3 versions of sonic-platform-common. However, we are currently not creating a Python 3 version of sonic-config-engine, so the build breaks. As I intend to remove this dependency in the near future anyway, I am removing it. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 5aa94d17341e..5f250d1b95c5 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,6 @@ 'sonic_thermal', ], install_requires=[ - 'sonic-config-engine', # For portconfig. TODO: Remove this dependency 'sonic-py-common' ], classifiers=[