On Sat, Nov 8, 2014 at 2:18 AM,  <thomas.lehm...@teamaol.com> wrote:
> But how to? ...
>   python setup.py bdist_rpm --requires=another-package>=2.1
>
> Of course this will generate a "=2.1" file which is
> of course not wanted.

What shell are you on? On POSIX shells, just quote or escape the
relevant part. On Windows... I'm not sure. Depends whether you have
cmd.exe, powershell, or something else, and I don't know any of them
well enough to advise. But try putting the whole argument in quotes.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to