From 2e296640e5ae746a5e18d4703ac98c49da5df500 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Wed, 9 Dec 2015 18:13:18 +0000 Subject: [PATCH] teamplayer: updates For some reason we had to add "setuptools" to emerge even though we're installing virtualenv. Does virtualenv not install setuptools anymore or was this just a bug? --- appliances/teamplayer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliances/teamplayer/Makefile b/appliances/teamplayer/Makefile index a97ac2b..0895a9c 100644 --- a/appliances/teamplayer/Makefile +++ b/appliances/teamplayer/Makefile @@ -31,7 +31,7 @@ ifeq ($(AVAHI),YES) cp teamplayer.service $(CHROOT)/etc/avahi/services $(inroot) systemctl enable avahi-daemon.service endif - $(inroot) $(EMERGE) --oneshot --noreplace $(USEPKG) dev-python/virtualenv dev-vcs/mercurial + $(inroot) $(EMERGE) --oneshot --noreplace $(USEPKG) dev-python/setuptools dev-python/virtualenv dev-vcs/mercurial $(inroot) getent passwd $(TP_USER) || \ $(inroot) useradd -c "Teamplayer Server" -G postgres -U -d $(TP_HOME) $(TP_USER) rm -rf $(CHROOT)/$(TP_HOME)