about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyramid
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-10-07 16:51:22 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-10-07 20:48:17 +0200
commit1c7c0d64ebbbf1cbf96a56b614012a2c00aa4a76 (patch)
tree14e550b00927dac1dca221db393f9a6b7ebd0c72 /pkgs/development/python-modules/pyramid
parent5561c9b71260c7780234288e32b825745c6683bc (diff)
python39Packages.pastedeploy: adopt into openstack team
Diffstat (limited to 'pkgs/development/python-modules/pyramid')
-rw-r--r--pkgs/development/python-modules/pyramid/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyramid/default.nix b/pkgs/development/python-modules/pyramid/default.nix
index da9569b7fb730..d82a3dd7f5cdd 100644
--- a/pkgs/development/python-modules/pyramid/default.nix
+++ b/pkgs/development/python-modules/pyramid/default.nix
@@ -4,7 +4,7 @@
 , webtest
 , zope_component
 , hupper
-, PasteDeploy
+, pastedeploy
 , plaster
 , plaster-pastedeploy
 , repoze_lru
@@ -27,7 +27,7 @@ buildPythonPackage rec {
 
   checkInputs = [ webtest zope_component ];
 
-  propagatedBuildInputs = [ hupper PasteDeploy plaster plaster-pastedeploy repoze_lru translationstring venusian webob zope_deprecation zope_interface ];
+  propagatedBuildInputs = [ hupper pastedeploy plaster plaster-pastedeploy repoze_lru translationstring venusian webob zope_deprecation zope_interface ];
 
   # Failing tests
   # https://github.com/Pylons/pyramid/issues/1899