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";
|
||||
};
|
||||
|
||||
buildInputs = with self; [
|
||||
checkInputs = with self; [
|
||||
docutils
|
||||
virtualenv
|
||||
webtest
|
||||
zope_component
|
||||
zope_interface
|
||||
plaster
|
||||
plaster-pastedeploy
|
||||
hupper
|
||||
] ++ optional isPy26 unittest2;
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
hupper
|
||||
PasteDeploy
|
||||
plaster
|
||||
plaster-pastedeploy
|
||||
repoze_lru
|
||||
repoze_sphinx_autointerface
|
||||
translationstring
|
||||
|
Loading…
Reference in New Issue
Block a user