From 2125091e724c399d653790af854d9daba0218b99 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 17 Jul 2023 12:13:05 +0200 Subject: [PATCH] Revert "py: replace distutils with setuptools" This reverts commit 1acc2fd48c755a8931fa87b8d0560b750316059f. --- py/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/setup.py b/py/setup.py index 8ad73e7b..72fc8fd9 100755 --- a/py/setup.py +++ b/py/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -from setuptools import setup +from distutils.core import setup from nftables import NFTABLES_VERSION setup(name='nftables', -- 2.41.0