]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Fix missing test dependency for python 2.7 / 3.4 344/head
authorRomuald Brunet <romuald@gandi.net>
Tue, 11 Dec 2018 13:50:18 +0000 (14:50 +0100)
committerRomuald Brunet <romuald@gandi.net>
Tue, 11 Dec 2018 13:56:56 +0000 (14:56 +0100)
setup.py

index 743d43c813353b4c9abd2211ffd8886cb6fffcea..520294ae1b4d26b7028caeeb48ff775748f91ec0 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -73,6 +73,7 @@ direct manipulation of DNS zones, messages, names, and records.""",
     'python_requires': '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
     'test_suite': 'tests',
     'provides': ['dns'],
+    'tests_require': ['typing ; python_version<"3.5"'],
     'extras_require': {
         'IDNA': ['idna>=2.1'],
         'DNSSEC': ['pycryptodome', 'ecdsa>=0.13'],