Python module wrapping systemd functionality
Go to file
Miro Hrončok 0366b42171 BuildRequire python3-setuptools explicitly
They were only transitively brought by sphinx -> babel -> setuptools.

    + make PYTHON=/usr/bin/python3 build
    Traceback (most recent call last):
      File "/builddir/build/BUILD/python-systemd-235/setup.py", line 2, in <module>
        from setuptools import setup, Extension
    ModuleNotFoundError: No module named 'setuptools'
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ModuleNotFoundError: No module named 'setuptools'
    /bin/sh: line 1: git: command not found
    /usr/bin/python3 setup.py build_ext
    Traceback (most recent call last):
      File "/builddir/build/BUILD/python-systemd-235/setup.py", line 2, in <module>
        from setuptools import setup, Extension
    ModuleNotFoundError: No module named 'setuptools'
    make: *** [Makefile:35: build] Error 1
2023-02-28 17:05:56 +01:00
.gitignore Version 235 2022-08-16 16:20:17 +02:00
changelog Convert to rpmautospec 2022-08-16 16:13:08 +02:00
python-systemd.spec BuildRequire python3-setuptools explicitly 2023-02-28 17:05:56 +01:00
sources Version 235 2022-08-16 16:20:17 +02:00