pyramid: fix propagated builds

hupper and plaster need to be propagated to dependent packages
This commit is contained in:
makefu 2017-09-27 14:00:07 +02:00 committed by Robin Gloster
parent 5357087f46
commit 3abee357e6
1 changed files with 4 additions and 5 deletions

View File

@ -7346,19 +7346,18 @@ in {
sha256 = "0dhbzc4q0vsnv3aihy728aczg56xs6h9s1rmvr096q4lb6yln3w4"; sha256 = "0dhbzc4q0vsnv3aihy728aczg56xs6h9s1rmvr096q4lb6yln3w4";
}; };
buildInputs = with self; [ checkInputs = with self; [
docutils docutils
virtualenv virtualenv
webtest webtest
zope_component zope_component
zope_interface
plaster
plaster-pastedeploy
hupper
] ++ optional isPy26 unittest2; ] ++ optional isPy26 unittest2;
propagatedBuildInputs = with self; [ propagatedBuildInputs = with self; [
hupper
PasteDeploy PasteDeploy
plaster
plaster-pastedeploy
repoze_lru repoze_lru
repoze_sphinx_autointerface repoze_sphinx_autointerface
translationstring translationstring