diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-10-13 14:22:17 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-10-13 14:22:17 +0200 |
commit | 253ce464d940cb9a0085274d7dee0c6edda279b4 (patch) | |
tree | f5b1c3e01fbefe598d2abb0094f0ec5209aee495 /Makefile | |
parent | e04f59b1952a3b3d1f8996fd537010fe4b96bd3b (diff) | |
download | dotfiles-253ce464d940cb9a0085274d7dee0c6edda279b4.tar.xz |
Add pygobject dep
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |