mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix deprecation warning from SIP
This commit is contained in:
parent
954316b543
commit
3c5e4ed751
@ -675,10 +675,6 @@ class Build(Command):
|
||||
requires = ["sip >=5.3", "PyQt-builder >=1"]
|
||||
build-backend = "sipbuild.api"
|
||||
|
||||
[tool.sip.metadata]
|
||||
name = "{ext.name}"
|
||||
requires-dist = "PyQt6 (>=6.2.1)"
|
||||
|
||||
[tool.sip]
|
||||
project-factory = "pyqtbuild:PyQtProject"
|
||||
|
||||
@ -686,6 +682,9 @@ project-factory = "pyqtbuild:PyQtProject"
|
||||
sip-files-dir = "."
|
||||
{abi_version}
|
||||
|
||||
[project]
|
||||
name = "{ext.name}"
|
||||
|
||||
[tool.sip.builder]
|
||||
qmake-settings = [
|
||||
"""QMAKE_CC = {self.env.cc}""",
|
||||
|
Loading…
x
Reference in New Issue
Block a user