Package dependency not documented

Bug #1227526 reported by Pete Forman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
dkimpy
Fix Released
Low
Scott Kitterman

Bug Description

Comments in dnsplug.py suggest that one of dnspython or pydns is required. Ideally that dependency should be expressed in setup.py but I do not know if that is possible. Please add instructions that will show up on PyPI about requirements for a DNS package.

Changed in dkimpy:
status: New → Confirmed
importance: Undecided → Low
Revision history for this message
Scott Kitterman (kitterman) wrote :

The best way to do this would be to switch from distutils to setuptools, but setuptools doesn't support isntalling man pages, so that's not an option.

Changed in dkimpy:
milestone: none → future
Changed in dkimpy:
assignee: nobody → Scott Kitterman (kitterman)
milestone: future → 0.8.0
status: Confirmed → Fix Committed
Revision history for this message
Scott Kitterman (kitterman) wrote :

2018-05-18 Version 0.8.0
    - Change from distutils to setuptools with entry points because it's the
      future
    - Use install_requires and extras_requires to document external
      dependencies for dkimpy (LP: #1227526)
    - Fix typo in dknewky(1) for k= tag (Thanks to Andreas Schulze for
      reporting)
    - Detect incorrect version in DKIM public key record (LP: #1763815)
    - Detect unknown algorithm in k= tag and raise an appropriate error, vice
      failing with a traceback
    - Indicate that ed25519-sha256 is no longer experimental

Changed in dkimpy:
milestone: 0.8.0 → none
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.