From bd458dbed1a932a5a97fb245f378f5a16d6642d4 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 30 May 2023 08:17:47 -0300 Subject: [PATCH] Remove unused code Change-Id: I4c741169fef307d8756343452fdf57fecc23bcdc Signed-off-by: Daniel Arndt --- setup.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.py b/setup.py index ec75988..4d1c9e9 100644 --- a/setup.py +++ b/setup.py @@ -30,12 +30,6 @@ class Install_osm_im(install): subprocess.call([sys.executable, "-m", "pip", "install", package]) def run(self): - self.pipinstall('pyang') - self.pipinstall('pyangbind') - import pyangbind - print("Using dir {}/{} for python artifacts".format(os.getcwd(), self.im_dir)) - path = "{}/{}".format(os.getcwd(), self.im_dir) - protoc_command = ["make", "models"] if subprocess.call(protoc_command) != 0: sys.exit(-1) -- 2.17.1