Revert "python3Packages.pyramid: 1.10.5 -> 2.0"

This reverts commit 92ac2fe9bec3b10ddc85e4d157f2c6833a5eb564.

Removed the "pyramid.compat" module, which is used by many other
packages
This commit is contained in:
Jonathan Ringer 2021-04-21 10:08:20 -07:00 committed by Jonathan Ringer
parent 120744d620
commit b4d83909f8

View File

@ -18,11 +18,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyramid"; pname = "pyramid";
version = "2.0"; version = "1.10.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "45431b387587ed0fac6213b54d6e9f0936f0cc85238a8f5af7852fc9484c5c77"; sha256 = "fe1bd1140e6b79fe07f0053981d49be2dc66656cc8b481dd7ffcaa872fc25467";
}; };
checkInputs = [ webtest zope_component ]; checkInputs = [ webtest zope_component ];