forked from pool/python-PyVirtualDisplay
- Drop requires on "python(abi)", RPM does that automatically
- No need to buildrequire python3-2to3 anymore, it moved into python3-devel OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyVirtualDisplay?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
6aeca94c60
commit
90fadcf1bb
@@ -11,10 +11,11 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
#
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-PyVirtualDisplay
|
Name: python-PyVirtualDisplay
|
||||||
Version: 0.1.1
|
Version: 0.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 14 08:45:51 UTC 2013 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Drop requires on "python(abi)", RPM does that automatically
|
||||||
|
- No need to buildrequire python3-2to3 anymore, it moved into
|
||||||
|
python3-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 11 21:24:15 UTC 2013 - p.drouand@gmail.com
|
Fri Jan 11 21:24:15 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@@ -11,10 +11,11 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
#
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python3-PyVirtualDisplay
|
Name: python3-PyVirtualDisplay
|
||||||
Version: 0.1.1
|
Version: 0.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -25,11 +26,9 @@ Group: Development/Languages/Python
|
|||||||
Source: http://pypi.python.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python3-2to3
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-distribute
|
BuildRequires: python3-distribute
|
||||||
Requires: xorg-x11-Xvnc
|
Requires: xorg-x11-Xvnc
|
||||||
Requires: python(abi) = %{py3_ver}
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user