diff --git a/.compilation-options b/.compilation-options new file mode 100644 index 0000000..9c7aafe --- /dev/null +++ b/.compilation-options @@ -0,0 +1 @@ +ARCH=any diff --git a/pkg.info b/pkg.info index cab49eb..28e7ee0 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: python-setuptools description: Easily download, build, install, upgrade, and uninstall Python packages version: 69.1.0 +revision: 2 url: https://pypi.org/project/setuptools/ license: MIT architecture: any +depends: ["python3"] +make_depends: ["python3","python-wheel"] type: source