From 1ce12cc7b62752d63e7d59fbd83136c95bf512b2 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 12 Jan 2017 13:04:33 +0100 Subject: [PATCH] scapy: add missing pycompile_module --- srcpkgs/scapy/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template index 7157d2cd8d4..cad975b7ac7 100644 --- a/srcpkgs/scapy/template +++ b/srcpkgs/scapy/template @@ -4,6 +4,7 @@ version=2.3.3 revision=2 noarch=yes build_style=python2-module +pycompile_module="scapy" hostmakedepends="python-setuptools" depends="python tcpdump python-crypto python-pyx python-matplotlib sox" short_desc="Powerful interactive packet manipulation program written in Python"