aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/make/python.mk
diff options
context:
space:
mode:
authorRaul Infante-Sainz <infantesainz@gmail.com>2019-12-18 11:09:12 +0000
committerRaul Infante-Sainz <infantesainz@gmail.com>2019-12-18 11:09:12 +0000
commite4b2456d3ef41bc01f3928d2099a1cacc89db4a0 (patch)
treefe909d3109eb3116e1338729b87d87461bd2681f /reproduce/software/make/python.mk
parent7b0dbf98fe0a6f223f0955463b340e3d88559da7 (diff)
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.
Diffstat (limited to 'reproduce/software/make/python.mk')
-rw-r--r--reproduce/software/make/python.mk2
1 files changed, 1 insertions, 1 deletions
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))