From c1cdb4446ba0f2a4634b9fdffc5f91a74bb7bf71 Mon Sep 17 00:00:00 2001
From: Tim Lauridsen <timlau@fedoraproject.org>
Date: Wed, 27 May 2015 14:18:01 +0200
Subject: [PATCH] build: remove python-sphinx from get-builds make target

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4de2a63..262cabf 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ instdeps:
 	sudo dnf install python-nose python3-gobject pygobject3	python3-nose
 
 get-builddeps:
-	sudo dnf install perl-TimeDate gettext intltool rpmdevtools python-devel python3-devel python-sphinx python3-nose tito
+	sudo dnf install perl-TimeDate gettext intltool rpmdevtools python-devel python3-devel python3-nose tito
 	
 
 build-setup:
-- 
GitLab