diff options
Diffstat (limited to 'community/scapy/APKBUILD')
-rw-r--r-- | community/scapy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/scapy/APKBUILD b/community/scapy/APKBUILD index c09d4373eb..9653bf1ad6 100644 --- a/community/scapy/APKBUILD +++ b/community/scapy/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Powerful interactive packet manipulation" url="http://www.secdev.org/projects/scapy/" arch="noarch" license="GPL3+" -depends="python" +depends="python2" makedepends="python2-dev" install="$pkgname.post-install" subpackages="$pkgname-doc" |