Skip to content

Commit f6417a9

Browse files
committed
Build on el6/7 now works fine, remove yaml dependency
closes gh-85
1 parent ab300d4 commit f6417a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Standards-Version: 3.9.1
77

88
Package: tarantool-python
99
Architecture: any
10-
Depends: ${misc:Depends}, python-all (>= 2.6.6-3), python-yaml, python-msgpack | msgpack-python
10+
Depends: ${misc:Depends}, python-all (>= 2.6.6-3), python-msgpack | msgpack-python
1111
Description: Python client library for Tarantool Database
12-
Python driver for Tarantool 1.6
12+
Python driver for Tarantool 1.6
1313
This package is a pure-python client library for Tarantool.

rpm/tarantool-python.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
99
Prefix: %{_prefix}
1010
BuildArch: noarch
1111
Vendor: Konstantin Cherkasoff <[email protected]>
12-
Requires: python-yaml python-msgpack
12+
Requires: python-msgpack
1313
Url: https://github.com/tarantool/tarantool-python
14-
14+
BuildRequires: python-setuptools
1515
%description
1616
Python driver for Tarantool 1.6
1717
===============================

0 commit comments

Comments
 (0)