Remove setuptools min version for OVH DNS plugin (#6229)

This simplifies packaging for EPEL7. See also #5617.
This commit is contained in:
Eli Young
2018-07-17 15:29:08 -07:00
committed by Brad Warren
parent 0f833c6c40
commit 6fd312833f
+1 -3
View File
@@ -13,9 +13,7 @@ install_requires = [
'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',
]