python310Packages.openstacksdk: fix passthru.tests

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

View File

@ -15,11 +15,9 @@
buildPythonPackage {
pname = "openstacksdk-tests";
inherit (openstacksdk) version;
inherit (openstacksdk) version src;
format = "other";
src = openstacksdk.src;
dontBuild = true;
dontInstall = true;