gdal package needs to import the 'os' module (#22731)
* 'gdal+java' build needs to import the 'os' module (line 191). * Make style-check happy.
This commit is contained in:
parent
c89fa98b16
commit
73a4a5d394
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
import os
|
||||
|
||||
|
||||
class Gdal(AutotoolsPackage):
|
||||
"""GDAL (Geospatial Data Abstraction Library) is a translator library for
|
||||
|
|
Loading…
Reference in a new issue