wok rev 21200
Add python-pip & python-scapy (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 06 16:58:37 2019 +0200 (2019-04-06) |
parents | 0bfa0a833a34 |
children | aede45d8bcca |
files | python-pip/receipt python-scapy/receipt |
line diff
1.1 --- a/python-pip/receipt Sat Apr 06 16:53:25 2019 +0200 1.2 +++ b/python-pip/receipt Sat Apr 06 16:58:37 2019 +0200 1.3 @@ -11,6 +11,7 @@ 1.4 WEB_SITE="https://pip.pypa.io/" 1.5 WGET_URL="https://github.com/pypa/pip/archive/$VERSION.tar.gz" 1.6 1.7 +DEPENDS="python" 1.8 BUILD_DEPENDS="python" 1.9 1.10 # Rules to configure and make the package.
2.1 --- a/python-scapy/receipt Sat Apr 06 16:53:25 2019 +0200 2.2 +++ b/python-scapy/receipt Sat Apr 06 16:58:37 2019 +0200 2.3 @@ -11,6 +11,7 @@ 2.4 WEB_SITE="https://scapy.net/" 2.5 WGET_URL="https://github.com/secdev/scapy/archive/v$VERSION.tar.gz" 2.6 2.7 +DEPENDS="python" 2.8 BUILD_DEPENDS="python" 2.9 2.10 # Rules to configure and make the package.