Skip to content

SPECS: python-cffsubr: Fix no 'dry_run' argument error.#746

Merged
Z572 merged 1 commit into
openRuyi-Project:mainfrom
laokz:fix-cffsubr
Jun 18, 2026
Merged

SPECS: python-cffsubr: Fix no 'dry_run' argument error.#746
Z572 merged 1 commit into
openRuyi-Project:mainfrom
laokz:fix-cffsubr

Conversation

@laokz

@laokz laokz commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Current build error:

[   38s]       self._build_extensions_serial()
[   38s]       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
[   38s]     File "/usr/lib/python3.13/site-packages/setuptools/_distutils/command/build_ext.py", line 509, in _build_extensions_serial
[   38s]       self.build_extension(ext)
[   38s]       ~~~~~~~~~~~~~~~~~~~~^^^^^
[   38s]     File "<string>", line 70, in build_extension
[   38s]   TypeError: copy_file() got an unexpected keyword argument 'dry_run'

Setuptools v81.0.0 has removed '--dry-run' parameter to setup.py.

This patch is from upstream undergoing PR:
adobe-type-tools/cffsubr#34

Setuptools v81.0.0 has removed '--dry-run' parameter to setup.py.

This patch is from upstream undergoing PR:
  adobe-type-tools/cffsubr#34

Signed-off-by: Kai Zhang <zhangkai@iscas.ac.cn>
@openruyi-bot openruyi-bot Bot added BuildSystem: pyproject Issue/PR related to pyproject BuildSystem. Target: Rolling Targeting rolling/current branch. Workflow: Ready For Review Ready for review by anyone with domain expertise. labels Jun 18, 2026
@Z572
Z572 merged commit 44a5a02 into openRuyi-Project:main Jun 18, 2026
4 checks passed
@openruyi-bot openruyi-bot Bot added Workflow: Complete Applied after all MRs have merged and the issue has been verified if necessary. and removed Workflow: Ready For Review Ready for review by anyone with domain expertise. labels Jun 18, 2026
@misaka00251 misaka00251 added this to the 2026.06 milestone Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BuildSystem: pyproject Issue/PR related to pyproject BuildSystem. Target: Rolling Targeting rolling/current branch. Workflow: Complete Applied after all MRs have merged and the issue has been verified if necessary.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants