python-pyopenssl: update propagatedBuildInputs.

This commit is contained in:
Michael Alan Dorman 2015-08-16 09:37:54 -04:00
parent ef43cb270e
commit 3ea4485446

View file

@ -11208,7 +11208,7 @@ let
# 17 tests failing
doCheck = false;
propagatedBuildInputs = [ self.cryptography ];
propagatedBuildInputs = [ self.cryptography self.pyasn1 self.idna ];
};