python39Packages.pastedeploy: adopt into openstack team

This commit is contained in:
Sandro Jäckel
2021-10-07 20:48:17 +02:00
parent 5561c9b712
commit 1c7c0d64eb
8 changed files with 24 additions and 28 deletions
@@ -4,7 +4,7 @@
, nose
, six
, paste
, PasteDeploy
, pastedeploy
, cheetah
}:
@@ -18,7 +18,7 @@ buildPythonPackage rec {
};
buildInputs = [ nose ];
propagatedBuildInputs = [ six paste PasteDeploy cheetah ];
propagatedBuildInputs = [ six paste pastedeploy cheetah ];
doCheck = false;