X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=Makefile;h=b606e30fe4672b89ddb3f461ba1e7763e98ace31;hp=396956cd0c3770106e456445f1e617630768e1b8;hb=30636058f10a050354595f0063139ee3569c5c44;hpb=d1ca2bd8998bec1dc2d676ea7d65c91f70e3c734 diff --git a/Makefile b/Makefile index 396956c..b606e30 100644 --- a/Makefile +++ b/Makefile @@ -52,12 +52,16 @@ $(RW_PB_EXT): package: tox -e build -pyangbind: +pyangbind: pyang git clone https://github.com/robshakir/pyangbind cd pyangbind; python setup.py --command-packages=stdeb.command bdist_deb; cd .. +pyang: + git clone https://github.com/mbj4668/pyang + cd pyang; python setup.py --command-packages=stdeb.command bdist_deb; cd .. + pyang-json-schema-plugin: git clone https://github.com/cmoberg/pyang-json-schema-plugin clean: - $(Q)rm -rf build dist osm_im.egg-info deb deb_dist *.gz pyangbind pyang-json-schema-plugin $(OUT_DIR) + $(Q)rm -rf build dist osm_im.egg-info deb deb_dist *.gz pyang pyangbind pyang-json-schema-plugin $(OUT_DIR)