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 build requires for pocketlint #269

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 0 additions & 2 deletions python-blivet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Source0: http://github.com/dwlehman/blivet/archive/%{realname}-%{version}.tar.gz
# Versions of required components (done so we make sure the buildrequires
# match the requires versions of things).
%define pykickstartver 1.99.22
%define pocketlintver 0.4
%define partedver 1.8.1
%define pypartedver 3.10.4
%define e2fsver 1.41.0
Expand All @@ -22,7 +21,6 @@ Source0: http://github.com/dwlehman/blivet/archive/%{realname}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: gettext
BuildRequires: python2-devel python2-setuptools
BuildRequires: python3-pocketlint >= %{pocketlintver}
BuildRequires: python3-devel python3-setuptools

Requires: python
Expand Down