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
@@ -3,7 +3,7 @@
, fetchPypi
, pytest
, FormEncode
, PasteDeploy
, pastedeploy
, paste
, pydispatcher
}:
@@ -18,7 +18,7 @@ buildPythonPackage rec {
};
checkInputs = [ pytest ];
propagatedBuildInputs = [ FormEncode PasteDeploy paste pydispatcher ];
propagatedBuildInputs = [ FormEncode pastedeploy paste pydispatcher ];
meta = with lib; {
description = "Object Relational Manager for providing an object interface to your database";