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:
parent
120744d620
commit
b4d83909f8
@ -18,11 +18,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyramid";
|
||||
version = "2.0";
|
||||
version = "1.10.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "45431b387587ed0fac6213b54d6e9f0936f0cc85238a8f5af7852fc9484c5c77";
|
||||
sha256 = "fe1bd1140e6b79fe07f0053981d49be2dc66656cc8b481dd7ffcaa872fc25467";
|
||||
};
|
||||
|
||||
checkInputs = [ webtest zope_component ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user