return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0] File “/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py”, line 956, in require needed = self.resolve(parse_requirements(requirements)) File “/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py”, ...
Bug#971111: gubbins: FTBFS: pkg_resources.extern.packaging.requirements.InvalidRequirement: Parse error at "'/build/g'": Expected W:(abcd...) Hi, Aidan Delaney is mentioned inside the debian/control file but this address was bouncing. I'm writing to other copyright holders and will open a...
An odd thing to me is that the version string in the error message is the empty string, ''; in pypa/setuptools#3772 that isn't the case (it's a different string also not compliant with PEP440). raise InvalidVersion(f"Invalid version: '{version}'") pkg_resources.extern.packaging.versi...
('pkg_resources.extern.packaging.version') __import__('pkg_resources.extern.packaging.specifiers') __import__('pkg_resources.extern.packaging.requirements') __import__('pkg_resources.extern.packaging.markers') __import__('pkg_resources.extern.packaging.utils') if sys.version_info < (3, 5)...
packaging==16.8 pyparsing==2.2.1 six==1.10.0 appdirs==1.4.3401 changes: 401 additions & 0 deletions 401 pymode/libs/pkg_resources/api_tests.txt Load diff Large diffs are not rendered by default. 73 changes: 73 additions & 0 deletions 73 pymode/libs/pkg_resources/extern/__init__.py...
Framework Requirements - INFIn our INF file, we'll need to bring in the UnitTestLib library. Conveniently, the interface header for the UnitTestLib is located in MdePkg, so you shouldn't need to depend on any other packages. As long as your DSC file knows where to find the lib ...
resources.extern.jaraco.text import ( yield_lines, drop_comment, join_continuation, ) from pkg_resources.extern.packaging import markers as _packaging_markers from pkg_resources.extern.packaging import requirements as _packaging_requirements from pkg_resources.extern.packaging import utils as ...
resources.extern.jaraco.text import ( yield_lines, drop_comment, join_continuation, ) from pkg_resources.extern.packaging import markers as _packaging_markers from pkg_resources.extern.packaging import requirements as _packaging_requirements from pkg_resources.extern.packaging import utils as...
pkg_resources _vendor extern tests __init__.py api_tests.txt py31compat.py .flake8 .readthedocs.yml .travis.yml CHANGES.rst LICENSE README.rst appveyor.yml conftest.py pytest.ini setup.cfg setup.py tox.ini Latest commit jaraco In pkg_resources, rely on natural packages rather than vendor...
('pkg_resources.extern.packaging.version') __import__('pkg_resources.extern.packaging.specifiers') __import__('pkg_resources.extern.packaging.requirements') __import__('pkg_resources.extern.packaging.markers') __import__('pkg_resources.extern.packaging.utils') # declare some globals ...