Projet

Général

Profil

0008-setup.py-upgrade-xmlschema-62631.patch

Nicolas Roche, 11 mars 2022 13:00

Télécharger (839 octets)

Voir les différences:

Subject: [PATCH 8/9] setup.py: upgrade xmlschema (#62631)

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
setup.py
118 118
        'Pillow',
119 119
        'jsonschema < 3.1',
120 120
        'zeep >= 3.2',
121 121
        'pycryptodomex',
122 122
        'unidecode',
123 123
        'paramiko',
124 124
        'pdfrw',
125 125
        'httplib2',
126
        'xmlschema<1.1',
126
        'xmlschema',
127 127
        'pytz',
128 128
    ],
129 129
    cmdclass={
130 130
        'build': build,
131 131
        'compile_translations': compile_translations,
132 132
        'install_lib': install_lib,
133 133
        'sdist': eo_sdist,
134 134
    },
135
-