magmax / python-inquirer

A collection of common interactive command line user interfaces, based on Inquirer.js (https://github.com/SBoudrias/Inquirer.js/)
MIT License
992 stars 98 forks source link

empty wheel on debian after build #544

Open pirate486743186 opened 5 months ago

pirate486743186 commented 5 months ago

this python3 -m build --wheel --no-isolation gives an empty wheel...

same bug in mov-cli https://github.com/mov-cli/mov-cli/issues/150

Cube707 commented 5 months ago

can't reproduce this on my Debian 11 VM

pirate486743186 commented 5 months ago

i'm on Debian 12, it seams to be the same problem with mov-cli, probably the same solution. It builds correctly with ".git" present, without it it's empty (releases).

Cube707 commented 5 months ago

still works on the release tarball on Debain 11, so its Probably a Debian 12 issue, maybe stemming from poetry?

not sure if I can do something on this end, but I will keep the issue open