summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Röhling <roehling@debian.org>2022-04-11 12:03:39 +0200
committerTimo Röhling <roehling@debian.org>2023-11-15 17:55:27 +0100
commit1719d16eaacee2f67faa54523043bb778364037e (patch)
treeeca8df08182a97ae63db15b4dac0dca102d7c17e
parent7745254e7cb467a85aa218bc6b5c75e5b964190e (diff)
Remove check for unneeded development headers
Gbp-Pq: Name 0001-Remove-check-for-unneeded-development-headers.patch
-rwxr-xr-xsetup.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index 65cb5c3..77afde4 100755
--- a/setup.py
+++ b/setup.py
@@ -53,12 +53,6 @@ if sys.version_info < (3, 4):
sys.argv.remove('--user')
-# Check that the user has installed the Python development headers
-PythonH = os.path.join(get_python_inc(), 'Python.h')
-if not os.path.exists(PythonH):
- print("You must install the Python development headers!", file=sys.stderr)
- print("$ apt-get install python-dev", file=sys.stderr)
- sys.exit(-1)
setup(
version = '4.11.1',