mirror of
https://abf.rosa.ru/djam/hplip.git
synced 2025-02-24 00:42:59 +00:00
Merge branch 'rosa2019.05' of abf.io:import/hplip into rosa2019.1
This commit is contained in:
commit
a6fb244e16
1 changed files with 5 additions and 5 deletions
10
hplip.spec
10
hplip.spec
|
@ -13,7 +13,7 @@
|
|||
%define devname %mklibname hpip -d
|
||||
|
||||
# Suppress automatically generated Requires for devel packages
|
||||
%global __requires_exclude 'devel\(.*\)'
|
||||
%global __requires_exclude devel\(.*\)
|
||||
|
||||
%define extraversion %nil
|
||||
|
||||
|
@ -97,7 +97,7 @@ Patch305: hpps-3.16.11-fix-syntax.patch
|
|||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: imagemagick
|
||||
BuildRequires: polkit
|
||||
BuildRequires: python2-sip >= 4.1.1
|
||||
BuildRequires: %python2-sip >= 4.1.1
|
||||
BuildRequires: net-snmp-devel
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: jpeg-devel
|
||||
|
@ -240,10 +240,10 @@ determine whether HPLIP has to be installed or not.
|
|||
Summary: HPLIP Python 2 modules
|
||||
License: GPLv2+ and MIT
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: python2-pillow
|
||||
Requires: python2-dbus
|
||||
Requires: %python2-pillow
|
||||
Requires: %python2-dbus
|
||||
Requires: python
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: %python2-devel
|
||||
|
||||
%description compat-libs
|
||||
Python 2 modules needed by HP plugin.
|
||||
|
|
Loading…
Add table
Reference in a new issue