Remove unused code 69/13469/2
authorDaniel Arndt <daniel.arndt@canonical.com>
Tue, 30 May 2023 11:17:47 +0000 (08:17 -0300)
committerbeierlm <mark.beierl@canonical.com>
Tue, 20 Jun 2023 17:39:24 +0000 (19:39 +0200)
Change-Id: I4c741169fef307d8756343452fdf57fecc23bcdc
Signed-off-by: Daniel Arndt <daniel.arndt@canonical.com>
setup.py

index ec75988..4d1c9e9 100644 (file)
--- 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)