X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=Makefile;h=666c9dfedec21c07e2cd5c70158183eed8cf80f9;hp=9315342d106c8224c2302e59f7a2cdd61097154e;hb=8efd85eaa707711720c050432b552be4c1740509;hpb=e06b0aa86c061385ed0ae62a4c840e01fb482bd3 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