From 253ce464d940cb9a0085274d7dee0c6edda279b4 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 13 Oct 2017 14:22:17 +0200 Subject: Add pygobject dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bd3f81a..b55ceee 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: install $(i3venv): mkdir -p "$(i3venv)" python -m venv "$(i3venv)" - "$(i3venv)"/bin/pip install --upgrade -e git+https://github.com/enkore/i3pystatus#egg=i3pystatus netifaces colour -e git+https://github.com/bastienleonard/pysensors#egg=pysensors + "$(i3venv)"/bin/pip install --upgrade -e git+https://github.com/enkore/i3pystatus#egg=i3pystatus netifaces colour -e git+https://github.com/bastienleonard/pysensors#egg=sensors basiciw https://download.gnome.org/sources/pygobject/3.26/pygobject-3.26.0.tar.xz install: $(i3venv) -ln -sfn "$(PWD)/ssh" "$(HOME)/.ssh" -- cgit v1.2.3-54-g00ecf