# HG changeset patch # User Pascal Bellard # Date 1554562717 -7200 # Node ID 5e106c69c2414f55292298c7abe1e16cd41bcb0f # Parent 0bfa0a833a346d9a33598e0cb3c3d7a94a97ae64 Add python-pip & python-scapy (again) diff -r 0bfa0a833a34 -r 5e106c69c241 python-pip/receipt --- a/python-pip/receipt Sat Apr 06 16:53:25 2019 +0200 +++ b/python-pip/receipt Sat Apr 06 16:58:37 2019 +0200 @@ -11,6 +11,7 @@ WEB_SITE="https://pip.pypa.io/" WGET_URL="https://github.com/pypa/pip/archive/$VERSION.tar.gz" +DEPENDS="python" BUILD_DEPENDS="python" # Rules to configure and make the package. diff -r 0bfa0a833a34 -r 5e106c69c241 python-scapy/receipt --- a/python-scapy/receipt Sat Apr 06 16:53:25 2019 +0200 +++ b/python-scapy/receipt Sat Apr 06 16:58:37 2019 +0200 @@ -11,6 +11,7 @@ WEB_SITE="https://scapy.net/" WGET_URL="https://github.com/secdev/scapy/archive/v$VERSION.tar.gz" +DEPENDS="python" BUILD_DEPENDS="python" # Rules to configure and make the package.