Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
William Moreno
6c023e1f7c Fix requires 2015-09-17 16:44:58 -06:00

View file

@ -16,13 +16,10 @@ BuildRequires: python2-devel
BuildRequires: python3-setuptools
BuildRequires: python3-devel
BuildRequires: python3
Requires: python3
Requires: wkhtmltopdf
Requires: wkhtmltopdf
%description
Python 2 wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit.
Python wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit.
This is an adapted version of Ruby PDFKit.