$OpenBSD: patch-setup_py,v 1.1.1.1 2020/10/27 21:48:03 daniel Exp $

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -1,8 +1,5 @@
-#!/usr/bin/env python
-# setup.py generated by flit for tools that don't yet use PEP 517
-
-from distutils.core import setup
-
+import sys
+from setuptools import setup
 
 setup(name='threadpoolctl',
       version='2.1.0',
