[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44251] [PATCH] gnu: Add pwclient.
From: |
Leo Famulari |
Subject: |
[bug#44251] [PATCH] gnu: Add pwclient. |
Date: |
Tue, 27 Oct 2020 19:05:24 -0400 |
On Tue, Oct 27, 2020 at 09:46:02AM +0000, Christopher Baines wrote:
> * gnu/packages/patchutils.scm (pwclient): New variable.
> + (add-after 'unpack 'patch
> + (lambda _
> + (substitute* "test-requirements.txt"
> + (("pytest>=3.0,<5.0;")
> + "pytest>=3.0,<6.0;"))
> + #t))
I would call the phase 'patch-requirements' or similar and add a brief
comment explaining it.
> + (native-inputs
> + `(("npython-pbr" ,python-pbr)
Typo here --^