python-gssapi: update to 1.7.3

This commit is contained in:
مهدي شينون (Mehdi Chinoune)
2022-04-06 18:32:37 +01:00
committed by GitHub
parent 1fce8b3343
commit 708b2adebc
2 changed files with 21 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
--- a/setup.py
+++ b/setup.py
@@ -9,11 +9,6 @@
import shutil
import shlex
-# Enables the vendored distutils in setuptools over the stdlib one to avoid
-# the deprecation warning. Must be done before importing setuptools,
-# setuptools also must be imported before distutils.
-# https://github.com/pypa/setuptools/blob/main/docs/deprecated/distutils-legacy.rst
-os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'local'
from setuptools import setup # noqa: E402
from setuptools import Distribution # noqa: E402