python310Packages.python-manilaclient: fix passthru.tests

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

View File

@ -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;