Comment 11 for bug 2024461

Revision history for this message
Pedro Vicente (pedrovfer) wrote :

Hi Scott, could you please check when you run `python3 setup sdist` that Py3DNS is not available to import.

python3 -c "import DNS"

if it's available that's the reason why the sdist package sent to pypi has the wrong require in `dkimpy.egg-info/requires.txt

root@62086b4fda19:/dkimpy-1.1.5/dist# cat dkimpy-1.1.5/dkimpy.egg-info/requires.txt
Py3DNS

[ARC]
authres

[asyncio]
aiodns

[ed25519]
pynacl

[testing]
authres
pynacl

instead of

root@5ced28f3f5b3:/dkimpy-1.1.5/dist/dkimpy-1.1.5# cat dkimpy.egg-info/requires.txt
dnspython>=2.0.0

[ARC]
authres

[asyncio]
aiodns

[ed25519]
pynacl

[testing]
authres
pynacl