
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3
ft`                 @   sP   d dl mZ d dl mZ d dl mZ d dlmZ d dlmZ G dd deZdS )	    )print_function)absolute_import)unicode_literals)_)RepoQueryCommandc               @   s$   e Zd ZdZdZedZdd ZdS )DeplistCommandz<
    The command is alias for 'dnf repoquery --deplist'
    deplistz`[deprecated, use repoquery --deplist] List package's dependencies and what packages provide themc             C   s   t j|  d| j_d S )NT)r   	configureZoptsr   )self r   /usr/lib/python3.6/deplist.pyr	   "   s    
zDeplistCommand.configureN)r   )__name__
__module____qualname____doc__aliasesr   Zsummaryr	   r   r   r   r   r      s   r   N)	Z
__future__r   r   r   Zdnf.i18nr   Zdnf.cli.commands.repoqueryr   r   r   r   r   r   <module>   s
   