32d5d32a6e
* 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>
(cherry picked from commit c96b5358ba
)
16 lines
303 B
Plaintext
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'
|