devpi-client: 5.2.2 -> 5.2.3 (#147138)
* devpi-client: 5.2.2 -> 5.2.3 * cleanup Co-authored-by: Antoine Eiche <lewo@abesis.fr>
This commit is contained in:
parent
e8e0a51177
commit
95aad79a50
@ -25,19 +25,13 @@
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "devpi-client";
|
||||
version = "5.2.2";
|
||||
version = "5.2.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "24ac6d94108996efad4ff5185dabb1e5120ae238134b8175d6de2ca9e766cd92";
|
||||
sha256 = "362eb26e95136a792491861cc2728d14a6309a9d4c4f13a7b9c3e6fd39de58ec";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
# can be removed after 5.2.2, updated upstream
|
||||
substituteInPlace setup.py \
|
||||
--replace "pluggy>=0.6.0,<1.0" "pluggy"
|
||||
'';
|
||||
|
||||
buildInputs = [ glibcLocales ];
|
||||
|
||||
propagatedBuildInputs = [ py devpi-common pluggy setuptools check-manifest pkginfo ];
|
||||
|
Loading…
Reference in New Issue
Block a user