X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=Makefile;h=2d824180f9d9c668b0b8ebeaf05098d97e8240e9;hp=9315342d106c8224c2302e59f7a2cdd61097154e;hb=2b5a566395883b7d1959344bc725186bda441d01;hpb=e06b0aa86c061385ed0ae62a4c840e01fb482bd3 diff --git a/Makefile b/Makefile index 9315342..2d82418 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ Q?=@ PYANG_OPTIONS := -Werror -all: $(PYTHON_MODELS) pyangbind +all: $(PYTHON_MODELS) pyangbind trees $(MAKE) package trees: $(YANG_DESC_TREES) $(YANG_DESC_JSTREES) $(YANG_RECORD_TREES) $(YANG_RECORD_JSTREES) @@ -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