<html><head><style>pre,code,address {
margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
margin-top: 0.2em;
margin-bottom: 0.2em;
}
ol,ul {
margin-top: 0em;
margin-bottom: 0em;
}
blockquote {
margin-top: 0em;
margin-bottom: 0em;
}
</style></head><body><div>On Fri, 2025-05-02 at 13:59 +0200, Paul Schwabauer wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>If you build without isolation you need to install the swig package: <br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>pip install swig|. The isolated environment automatically installs this <br></div></blockquote><div>package.<br></div><div><br></div></blockquote><div><br></div><div>hi Paul</div><div><br></div><div>That's what strange - swig is already installed in system area :</div><div><br></div><div>$ pacman -Q swig</div><div>swig 4.3.0-1</div><div><br></div><div>and yet the error as below:</div><div><br></div><div>Can it be related to the 'egg' stuff being deprecated in setuptools 80.0.0?</div><div>Or maybe whatever 'swig' test is done is not working for some reason here?</div><div><br></div><div>----------------------------------- log ---------</div><div>/usr/bin/python -m build --wheel --no-isolation</div><div><br></div><div style="caret-color: rgb(238, 238, 236); color: rgb(238, 238, 236); font-family: "Adwaita Sans"; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px; text-decoration: none;">self._finalize_license_expression()</div><br class="Apple-interchange-newline"><div>running egg_info</div><div>creating src/gpg.egg-info</div><div>writing src/gpg.egg-info/PKG-INFO</div><div>writing dependency_links to src/gpg.egg-info/dependency_links.txt</div><div>writing top-level names to src/gpg.egg-info/top_level.txt</div><div>writing manifest file 'src/gpg.egg-info/SOURCES.txt'</div><div>reading manifest template 'MANIFEST.in'</div><div>warning: no files found matching '*.rst' under directory 'doc'</div><div>warning: no files found matching '*.texi' under directory 'doc'</div><div>warning: no files found matching '*.info' under directory 'doc'</div><div>warning: no files found matching 'version.py'</div><div>warning: no files found matching '*.py' under directory 'gpg'</div><div>adding license file 'COPYING'</div><div>adding license file 'COPYING.LESSER'</div><div>adding license file 'AUTHORS'</div><div><br></div><div>writing manifest file 'src/gpg.egg-info/SOURCES.txt'</div><div><br></div><div>ERROR Missing dependencies:</div><div> swig</div><div><br></div><div><br></div><div><span><pre>-- <br></pre><div><span style="background-color: inherit;">Gene</span></div><div><br></div></span></div></body></html>