python310Packages.openstacksdk: fix passthru.tests
This commit is contained in:
parent
d4166c312f
commit
a2a2f4838e
1 changed files with 1 additions and 3 deletions
|
@ -15,11 +15,9 @@
|
|||
|
||||
buildPythonPackage {
|
||||
pname = "openstacksdk-tests";
|
||||
inherit (openstacksdk) version;
|
||||
inherit (openstacksdk) version src;
|
||||
format = "other";
|
||||
|
||||
src = openstacksdk.src;
|
||||
|
||||
dontBuild = true;
|
||||
dontInstall = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue