X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=Makefile;h=0d4ff593f4a7f5d2234e71f7b8a3ec2582683123;hp=5f3b235210f0334709355805459967ff5c500500;hb=a0c88dcc52421e9821cb4f4549c47e222e762098;hpb=781fe34fd854f5b72fd5a4a5a1a9c65f727c4985 diff --git a/Makefile b/Makefile index 5f3b235..0d4ff59 100644 --- a/Makefile +++ b/Makefile @@ -82,8 +82,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