Skip to content

Commit

Permalink
pyramid: fix propagated builds
Browse files Browse the repository at this point in the history
hupper and plaster need to be propagated to dependent packages
  • Loading branch information
makefu authored and globin committed Sep 27, 2017
1 parent 5357087 commit 3abee35
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -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
Expand Down

0 comments on commit 3abee35

Please sign in to comment.