Parcourir la source

Correct attrs package name in requirements (#3492)

tags/v0.32.2
Amber Brown il y a 5 ans
committed by GitHub
Parent
révision
e845fd41c2
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
3 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +1
    -0
      changelog.d/.gitignore
  2. +1
    -0
      changelog.d/3492.bugfix
  3. +1
    -1
      synapse/python_dependencies.py

+ 1
- 0
changelog.d/.gitignore Voir le fichier

@@ -0,0 +1 @@
!.gitignore

+ 1
- 0
changelog.d/3492.bugfix Voir le fichier

@@ -0,0 +1 @@
Amend the Python dependencies to depend on attrs from PyPI, not attr

+ 1
- 1
synapse/python_dependencies.py Voir le fichier

@@ -57,7 +57,7 @@ REQUIREMENTS = {
"phonenumbers>=8.2.0": ["phonenumbers"],
"six": ["six"],
"prometheus_client": ["prometheus_client"],
"attr": ["attr"],
"attrs": ["attr"],
"netaddr>=0.7.18": ["netaddr"],
}



Chargement…
Annuler
Enregistrer