Add new and fractions to well-known scapy deps

This commit is contained in:
Oleksii Shevchuk 2017-01-11 17:03:48 +02:00 committed by Oleksii Shevchuk
parent b379dedb48
commit 7c47ab6f27
1 changed files with 3 additions and 1 deletions

View File

@ -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"),