aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--.file-metadatabin6801 -> 7646 bytes
-rw-r--r--reproduce/software/make/python.mk2
2 files changed, 1 insertions, 1 deletions
diff --git a/.file-metadata b/.file-metadata
index 2205fe0..7875919 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ
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))