# HG changeset patch # User Pascal Bellard # Date 1554562956 -7200 # Node ID aede45d8bccadd58ed3a0db9b88a23c19d0c67e6 # Parent 5e106c69c2414f55292298c7abe1e16cd41bcb0f Add python-pip (again) diff -r 5e106c69c241 -r aede45d8bcca python-pip/receipt --- a/python-pip/receipt Sat Apr 06 16:58:37 2019 +0200 +++ b/python-pip/receipt Sat Apr 06 17:02:36 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="https://github.com/pypa/pip/archive/$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="python" +BUILD_DEPENDS="setuptools" # Rules to configure and make the package. compile_rules()