From e4b2456d3ef41bc01f3928d2099a1cacc89db4a0 Mon Sep 17 00:00:00 2001
From: Raul Infante-Sainz <infantesainz@gmail.com>
Date: Wed, 18 Dec 2019 11:09:12 +0000
Subject: Removed extra backslash in Jeepney prerequisites

An extra backslash in the prerequisites of Jeepney Python package was
causing a crash in the installation of that software. With this commit,
this problem has been fixed by removing the backslash.
---
 reproduce/software/make/python.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'reproduce/software/make')

diff --git a/reproduce/software/make/python.mk b/reproduce/software/make/python.mk
index 47d78d5..8e5e502 100644
--- a/reproduce/software/make/python.mk
+++ b/reproduce/software/make/python.mk
@@ -512,7 +512,7 @@ $(ipydir)/idna: $(ipydir)/setuptools \
 	       idna $(idna-version))
 
 $(ipydir)/jeepney: $(ipydir)/setuptools \
-                   | $(tdir)/jeepney-$(jeepney-version).tar.gz \
+                   | $(tdir)/jeepney-$(jeepney-version).tar.gz
 	$(call pybuild, tar xf, jeepney-$(jeepney-version), ,\
 	                Jeepney $(jeepney-version))
 
-- 
cgit v1.2.1