Merge pull request #201409 from SuperSandro2000/scapy

This commit is contained in:
Sandro 2022-11-17 23:39:15 +01:00 committed by GitHub
commit d275d8c2bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ buildPythonPackage, fetchFromGitHub, stdenv, lib, isPyPy
, pycrypto, ecdsa # TODO
, tox, mock, coverage, can, brotli
, mock, can, brotli
, withOptionalDeps ? true, tcpdump, ipython
, withCryptography ? true, cryptography
, withVoipSupport ? true, sox
@ -52,8 +52,9 @@ buildPythonPackage rec {
# Running the tests seems too complicated:
doCheck = false;
checkInputs = [ tox mock coverage can brotli ];
checkInputs = [ mock can brotli ];
checkPhase = ''
# TODO: be more specific about files
patchShebangs .
.config/ci/test.sh
'';