Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dnspython dependency #383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ flask-xml-rpc-re = "^0.1.4"
flask-wtf = "^1.1.1"
wtforms = "^3.0.1"
ipy = "^1.1"
dnspython = "^2.3.0"
backoff = "^2.2.1"
fedora-messaging = "^3.3.0"
sqlalchemy-helpers = "^1.0.0"
Expand Down
2 changes: 0 additions & 2 deletions utility/mirrormanager2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ BuildRequires: python%{python_pkgversion}-flask-xml-rpc
BuildRequires: python%{python_pkgversion}-flask-wtf
BuildRequires: python%{python_pkgversion}-wtforms
BuildRequires: python%{python_pkgversion}-IPy
BuildRequires: python%{python_pkgversion}-dns
BuildRequires: python%{python_pkgversion}-backoff
BuildRequires: python%{python_pkgversion}-fedora-messaging
BuildRequires: python%{python_pkgversion}-sqlalchemy-helpers
Expand Down Expand Up @@ -72,7 +71,6 @@ BuildArch: noarch

Requires: %{name}-filesystem = %{version}-%{release}
Requires: python%{python_pkgversion}-IPy
Requires: python%{python_pkgversion}-dns
Requires: python%{python_pkgversion}-pyrpmmd

%description lib
Expand Down
Loading