From: hoban Date: Thu, 8 Feb 2018 08:53:47 +0000 (+0100) Subject: Merge "bug 451 clone pyangbind from a fork that solves empty yang type error" X-Git-Tag: v3.0.3 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=refs%2Ftags%2Fv3.0.3;hp=e06b0aa86c061385ed0ae62a4c840e01fb482bd3 Merge "bug 451 clone pyangbind from a fork that solves empty yang type error" --- diff --git a/Makefile b/Makefile index 9315342..666c9df 100644 --- a/Makefile +++ b/Makefile @@ -86,8 +86,8 @@ package: tox -e build pyangbind: pyang - git clone https://github.com/robshakir/pyangbind - cd pyangbind; python setup.py --command-packages=stdeb.command bdist_deb; cd .. + git clone https://github.com/alf-tierno/pyangbind + cd pyangbind; git checkout issue151; python setup.py --command-packages=stdeb.command bdist_deb; cd .. mkdir -p deb_dist cp pyangbind/deb_dist/*.deb deb_dist