python310Packages.pbr: fix passthru.tests

This commit is contained in:
Sandro Jäckel 2023-07-14 14:08:41 +02:00
parent b9d0814f50
commit aecf7364cc
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -10,11 +10,10 @@
, virtualenv
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "pbr";
inherit (pbr) version;
src = pbr.src;
inherit (pbr) version src;
format = "other";
postPatch = ''
# only a small portion of the listed packages are actually needed for running the tests