From 7c47ab6f27f31cbb87ea36f7e56e32d77572ee24 Mon Sep 17 00:00:00 2001 From: Oleksii Shevchuk Date: Wed, 11 Jan 2017 17:03:48 +0200 Subject: [PATCH] Add new and fractions to well-known scapy deps --- pupy/pupylib/PupyPackagesDependencies.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pupy/pupylib/PupyPackagesDependencies.py b/pupy/pupylib/PupyPackagesDependencies.py index bf046f1e..5c33e48c 100644 --- a/pupy/pupylib/PupyPackagesDependencies.py +++ b/pupy/pupylib/PupyPackagesDependencies.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*- coding: UTF8 -*- +# -*- coding: utf-8 -*- # Copyright (c) 2015, Nicolas VERDIER (contact@n1nj4.eu) # Pupy is under the BSD 3-Clause license. see the LICENSE file at the root of the project for the detailed licence terms @@ -31,6 +31,8 @@ packages_dependencies={ (LOAD_PACKAGE, ALL_OS, "_portaudio"), ], "scapy" : [ + (LOAD_PACKAGE, ALL_OS, "new"), + (LOAD_PACKAGE, ALL_OS, "fractions"), (LOAD_PACKAGE, ALL_OS, "gzip"), (LOAD_PACKAGE, ALL_OS, "_strptime"), (LOAD_PACKAGE, ALL_OS, "calendar"),