##// END OF EJS Templates
setup: use old importlib_metadata version to fix kombu failing on python < 3.8...
Mads Kiilerich -
r8747:11cae16e stable
parent child Browse files
Show More
@@ -75,6 +75,8 b' requirements = ['
75 "pip >= 20.0, < 999",
75 "pip >= 20.0, < 999",
76 "chardet >= 3",
76 "chardet >= 3",
77 ]
77 ]
78 if sys.version_info < (3, 8):
79 requirements.append("importlib-metadata < 5")
78
80
79 dependency_links = [
81 dependency_links = [
80 ]
82 ]
General Comments 0
You need to be logged in to leave comments. Login now