pythonPackages.pyu2f: remove duplicated package

This commit is contained in:
Sandro Jäckel 2021-02-16 23:22:20 +01:00
parent f13cb9ca59
commit d3b853e174
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six ];
checkInputs = [ pytest six mock pyfakefs unittest2 ];
checkInputs = [ pytest mock pyfakefs unittest2 ];
checkPhase = ''
pytest pyu2f/tests