Article 6F5AE building terminator on 15.0 does not build

building terminator on 15.0 does not build

by
camorri
from LinuxQuestions.org on (#6F5AE)
The queue file lists:
Code:cat /var/lib/sbopkg/queues/terminator.sqf
configobj
python3-flit_core
python3-installer
python3-wheel
python3-pyproject-hooks
python3-build
python3-psutil
python3-flit_scm
python3-exceptiongroup
python3-calver
python3-trove-classifiers
python3-pluggy
python3-pathspec
python3-editables
python3-hatchling
python3-hatch_vcs
python3-iniconfig
python3-pytest
python3-pytest-runner
terminatorI tried to build terminator with the queue file. First failure I hit was on python3-flit_scm.

I manually downloaded from SBo the files. For some reason I don't understand, Quote:
flit_scm-1.7.0.tar.gz
this file downloads as flit_scm-170.tar the .gz is missing. I used a mv command to rename it with the correct name ending in .gz. Now when I try to build it I get this error.

Code:./python3-flit_scm.SlackBuild
flit_scm-1.7.0/LICENSE
flit_scm-1.7.0/README.md
flit_scm-1.7.0/flit_scm/__init__.py
flit_scm-1.7.0/flit_scm/_version.py
flit_scm-1.7.0/pyproject.toml
flit_scm-1.7.0/PKG-INFO
* Getting build dependencies for sdist...

ERROR Missing dependencies:
setuptools_scm>=6.3My system shows: Code:ls -l /var/lib/pkgtools/packages | grep setuptools_scm
-rw-r--r-- 1 root root 4301 Nov 20 2021 python-setuptools_scm-6.3.2-x86_64-1How do I fix this?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments