Fix stevedore for python26

This commit is contained in:
Jascha Geerds 2014-10-17 11:35:25 +02:00
parent 08d2f3340d
commit df1221eea9

View File

@ -8214,7 +8214,7 @@ let
sha256 = "bec9269cbfa58de4f0849ec79bb7d54eeeed9df8b5fbfa1637fbc68062822847";
};
buildInputs = with self; [ pbr pip ];
buildInputs = with self; [ pbr pip ] ++ optional isPy26 argparse;
propagatedBuildInputs = with self; [ setuptools ];