Skip to content

Commit ac8b981

Browse files
authored
distutils doesnt exist on 3.12 (#168)
1 parent f369e75 commit ac8b981

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pdal/__main__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import os
33
import pathlib
44

5-
import distutils.ccompiler
6-
so_ext = distutils.ccompiler.new_compiler().shared_lib_extension
75
import sysconfig
86

97
import argparse

0 commit comments

Comments
 (0)