mirror of https://github.com/n1nj4sec/pupy.git
Merge branch 'PupyPackagesDependencies' of https://github.com/AlessandroZ/pupy into unstable
This commit is contained in:
commit
d444f83d4c
|
@ -22,11 +22,6 @@ packages_dependencies={
|
||||||
(LOAD_PACKAGE, WINDOWS, "win32api"),
|
(LOAD_PACKAGE, WINDOWS, "win32api"),
|
||||||
(LOAD_PACKAGE, WINDOWS, "win32security"),
|
(LOAD_PACKAGE, WINDOWS, "win32security"),
|
||||||
],
|
],
|
||||||
"scapy" : [
|
|
||||||
(LOAD_PACKAGE, ALL_OS, "gzip"),
|
|
||||||
(LOAD_PACKAGE, ALL_OS, "_strptime"),
|
|
||||||
(LOAD_PACKAGE, ALL_OS, "calendar"),
|
|
||||||
],
|
|
||||||
"pyaudio" : [
|
"pyaudio" : [
|
||||||
(LOAD_PACKAGE, ALL_OS, "_portaudio"),
|
(LOAD_PACKAGE, ALL_OS, "_portaudio"),
|
||||||
],
|
],
|
||||||
|
@ -55,3 +50,4 @@ packages_dependencies={
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue