pungi/requirements.txt
Lubomír Sedlář c96b5358ba Clean up requirements
* dict.sorted and funcsigs are not used anywhere anymore
* urlgrabber is used only in the yum based gather.py module, and thus
  only needed on Python 2
* py3 doesn't need to reinstall mock as that is part of stdlib now

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2024-07-29 10:29:31 +02:00

16 lines
303 B
Plaintext

# Some packages must be installed via dnf/yum first, see doc/contributing.rst
dogpile.cache
flufl.lock ; python_version >= '3.0'
flufl.lock < 3.0 ; python_version <= '2.7'
jsonschema
kobo
koji
lxml
mmdzanata
modulemd
ordered_set
productmd
pykickstart
python-multilib
urlgrabber ; python_version < '3.0'