pyramid: fix propagated builds
hupper and plaster need to be propagated to dependent packages
This commit is contained in:
parent
5357087f46
commit
3abee357e6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue