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>
This commit is contained in:
parent
d1c0276761
commit
c96b5358ba
@ -1,9 +1,7 @@
|
||||
# Some packages must be installed via dnf/yum first, see doc/contributing.rst
|
||||
dict.sorted
|
||||
dogpile.cache
|
||||
flufl.lock ; python_version >= '3.0'
|
||||
flufl.lock < 3.0 ; python_version <= '2.7'
|
||||
funcsigs
|
||||
jsonschema
|
||||
kobo
|
||||
koji
|
||||
@ -14,4 +12,4 @@ ordered_set
|
||||
productmd
|
||||
pykickstart
|
||||
python-multilib
|
||||
urlgrabber
|
||||
urlgrabber ; python_version < '3.0'
|
||||
|
Loading…
Reference in New Issue
Block a user