blob: 918fa25a09c388a61b860a77ce20089f974bf477 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#==> Starting check()...
#usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
# or: setup.py --help [cmd1 cmd2 ...]
# or: setup.py --help-commands
# or: setup.py cmd --help
unset checkdepends
unset check
makedepends+=(python-setuptools python-pip python-wheel)
|