python310Packages.python-manilaclient: fix passthru.tests
This commit is contained in:
parent
aecf7364cc
commit
f5dd81423a
1 changed files with 3 additions and 4 deletions
|
@ -7,11 +7,10 @@
|
|||
, python-openstackclient
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage {
|
||||
pname = "python-manilaclient-tests";
|
||||
inherit (python-manilaclient) version;
|
||||
|
||||
src = python-manilaclient.src;
|
||||
inherit (python-manilaclient) version src;
|
||||
format = "other";
|
||||
|
||||
dontBuild = true;
|
||||
dontInstall = true;
|
||||
|
|
Loading…
Reference in a new issue