removed dependency for tk, for built rpms, since it is not a hard requirement and unavailable in centos7

This commit is contained in:
Blake J. Harnden 2018-04-11 08:47:47 -07:00
parent b6d891f124
commit b9ce2ef4dd

View file

@ -116,7 +116,7 @@ endef
.PHONY: fpm
fpm: clean-local-fpm
$(MAKE) -C gui install DESTDIR=$(DESTDIR)
$(call fpm-gui,rpm,-d "tkimg")
$(call fpm-gui,rpm)
$(call fpm-gui,deb,-d "libtk-img")
$(call fpm-python,rpm,ns3/setup.py)
$(call fpm-python,deb,ns3/setup.py)