Fix Python 3 support for pythonPackages.ncclient (#68226)

authored by Simon and committed by zimbatm.tngl.sh 7406bd28 ed41f7e8

+2 -4
+1 -1
pkgs/development/python-modules/lxml/default.nix
··· 15 15 }; 16 16 17 17 nativeBuildInputs = [ libxml2.dev libxslt.dev ]; 18 - buildInputs = [ libxml2 libxslt ]; 18 + propagatedBuildInputs = [ libxml2 libxslt ]; 19 19 20 20 hardeningDisable = stdenv.lib.optional stdenv.isDarwin "format"; 21 21
+1 -3
pkgs/development/python-modules/ncclient/default.nix
··· 4 4 , paramiko 5 5 , selectors2 6 6 , lxml 7 - , libxml2 8 - , libxslt 9 7 , nose 10 8 , rednose 11 9 }: ··· 22 20 checkInputs = [ nose rednose ]; 23 21 24 22 propagatedBuildInputs = [ 25 - paramiko lxml libxml2 libxslt selectors2 23 + paramiko lxml selectors2 26 24 ]; 27 25 28 26 checkPhase = ''