Skip to content

Commit

Permalink
Remove setuptools min version for OVH DNS plugin (#6229)
Browse files Browse the repository at this point in the history
This simplifies packaging for EPEL7. See also #5617.
  • Loading branch information
elyscape authored and bmw committed Jul 17, 2018
1 parent 0f833c6 commit 6fd3128
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions certbot-dns-ovh/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
'certbot>=0.21.1',
'dns-lexicon>=2.2.1', # Support for >1 TXT record per name
'mock',
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
# will tolerate; see #2599:
'setuptools>=1.0',
'setuptools',
'zope.interface',
]

Expand Down

0 comments on commit 6fd3128

Please sign in to comment.