diff options
author | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-12-18 11:09:12 +0000 |
---|---|---|
committer | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-12-18 11:09:12 +0000 |
commit | e4b2456d3ef41bc01f3928d2099a1cacc89db4a0 (patch) | |
tree | fe909d3109eb3116e1338729b87d87461bd2681f | |
parent | 7b0dbf98fe0a6f223f0955463b340e3d88559da7 (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-metadata | bin | 6801 -> 7646 bytes | |||
-rw-r--r-- | reproduce/software/make/python.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.file-metadata b/.file-metadata Binary files differindex 2205fe0..7875919 100644 --- a/.file-metadata +++ b/.file-metadata 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)) |