Merge pull request #76953 from marsam/python-pyramid-cleanup-dependencies
pythonPackages.pyramid: cleanup dependencies
This commit is contained in:
commit
a6f8ad6283
1 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
||||||
{ stdenv
|
{ stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, docutils
|
|
||||||
, virtualenv
|
|
||||||
, webtest
|
, webtest
|
||||||
, zope_component
|
, zope_component
|
||||||
, hupper
|
, hupper
|
||||||
|
@ -10,7 +8,6 @@
|
||||||
, plaster
|
, plaster
|
||||||
, plaster-pastedeploy
|
, plaster-pastedeploy
|
||||||
, repoze_lru
|
, repoze_lru
|
||||||
, repoze_sphinx_autointerface
|
|
||||||
, translationstring
|
, translationstring
|
||||||
, venusian
|
, venusian
|
||||||
, webob
|
, webob
|
||||||
|
@ -28,9 +25,9 @@ buildPythonPackage rec {
|
||||||
sha256 = "d80ccb8cfa550139b50801591d4ca8a5575334adb493c402fce2312f55d07d66";
|
sha256 = "d80ccb8cfa550139b50801591d4ca8a5575334adb493c402fce2312f55d07d66";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ docutils virtualenv webtest zope_component ];
|
checkInputs = [ webtest zope_component ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ hupper PasteDeploy plaster plaster-pastedeploy repoze_lru repoze_sphinx_autointerface translationstring venusian webob zope_deprecation zope_interface ];
|
propagatedBuildInputs = [ hupper PasteDeploy plaster plaster-pastedeploy repoze_lru translationstring venusian webob zope_deprecation zope_interface ];
|
||||||
|
|
||||||
# Failing tests
|
# Failing tests
|
||||||
# https://github.com/Pylons/pyramid/issues/1899
|
# https://github.com/Pylons/pyramid/issues/1899
|
||||||
|
|
Loading…
Reference in a new issue