projects
/
osm
/
IM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3631105
)
Fix pyang version in setup.py
70/13970/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 16 Oct 2023 14:07:36 +0000
(16:07 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 16 Oct 2023 14:07:36 +0000
(16:07 +0200)
Change-Id: Idc1599d156b17a9014333c8b68a19d65cc436210
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
e32360b
..
4cd2be2
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-30,7
+30,7
@@
class Install_osm_im(install):
subprocess.call([sys.executable, "-m", "pip", "install", package])
def run(self):
- self.pipinstall('pyang==
6.0.1
')
+ self.pipinstall('pyang==
2.5.3
')
self.pipinstall('pyangbind==0.8.3.post1')
import pyangbind
print("Using dir {}/{} for python artifacts".format(os.getcwd(), self.im_dir))